Searched refs:e_shnum (Results 51 - 55 of 55) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c150 for (i = 0; i < ehdr->e_shnum; ++i) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c110 * e_shnum & e_shstrndx which can be found at:
112 * e_shnum == Shdr[0].sh_size
115 if ((ehdr->e_shnum == 0) && (ehdr->e_shoff != 0)) {
135 ifl->ifl_shnum = ehdr->e_shnum;
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c998 hdr->kh_elf_hdr.e_shnum = XKB_SHDR_NUM;
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1414 ehdr.e_shnum);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4805 end1 = ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum);

Completed in 117 milliseconds

123