Searched refs:e_phoff (Results 51 - 58 of 58) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c190 phdr = (Phdr *)((char *)ehdr + ehdr->e_phoff);
1680 phdr = (Phdr *)((uintptr_t)ehdr + ehdr->e_phoff);
H A Ddlfcns.c2326 (ADDR(lmp) + ehdr->e_phoff);
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c995 hdr->kh_elf_hdr.e_phoff = offsetof(xkb_namelist_t, kh_text_phdr);
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1415 mdb_printf(MSG_ORIG(MSG_EHDR_LINE9), ehdr.e_phoff, ehdr.e_phentsize,
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1384 field, EC_ADDR(elf_head_p->e_entry), EC_OFF(elf_head_p->e_phoff),
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c613 if (kobj_read_file(file, phdrbase, n, ehdr.e_phoff) < 0) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4960 if (ehdr->e_phoff & (addr_align - 1))
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3673 phdr->p_offset = ehdr->e_phoff;

Completed in 103 milliseconds

123