/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.msg | 40 @ MSG_PT_INTERP "[ PT_INTERP ]" # 3 41 @ MSG_PT_INTERP_CF "PT_INTERP"
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 129 if (phdr->p_type == PT_INTERP) { in dboot_elfload64()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 129 #ifndef PT_INTERP 130 #define PT_INTERP 3 macro
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.msg | 41 @ MSG_DEBUG_SETPHINTERP "phdr[%d]: update PT_INTERP program header: \ 62 @ MSG_ERR_NOINTERPSEC "Unable to locate section corresponding to PT_INTERP \ 83 @ MSG_DESC_INTERP "Dynamic object interpreter (PT_INTERP)" 103 Path of new interpreter for ELF PT_INTERP program header.\n" 301 An ELF PT_INTERP program header usually references its own\n\
|
H A D | phdr.c | 287 if (phdr[phndx].p_type == PT_INTERP) { in locate_interp()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 182 #define PT_INTERP 3 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 98 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 120 SG_DESC_INIT(SGID_INTERP, PT_INTERP, PF_R, NULL,
|
H A D | outfile.c | 463 } else if (ptype == PT_INTERP) { in ld_create_outfile()
|
H A D | update.c | 3979 if (phdr->p_type == PT_INTERP) { in ld_update_outfile()
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 477 if (phdr.p_type != PT_INTERP) in elf_check()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 477 #define PT_INTERP 3 macro
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 486 } else if (phdr->p_type == PT_INTERP) { in read_elf32() 870 } else if (phdr->p_type == PT_INTERP) { in read_elf64()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 491 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 558 if ((ophdr->p_type != PT_INTERP) && (ophdr->p_type != PT_NOTE)) in rt_dldump()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 571 if (pptr->p_type == PT_INTERP) { in setup()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 413 if (phdr->p_type == PT_INTERP) in fastboot_elf32_find_loadables()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 394 case PT_INTERP: in elfexec() 1523 case PT_INTERP: in mapelfexec()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 1174 case PT_INTERP: in fake_shdr_cache()
|
H A D | elfdump.msg | 171 @ MSG_WARN_INVINTERP1 "%s: PT_INTERP header has no associated section\n"
|
H A D | elfdump.c | 1837 static Word phdr_types[] = { PT_INTERP }; in interp()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 276 \t p_paddr: 0 p_type: [ PT_INTERP ]\n\
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 867 5047235 elfdump can core dump printing PT_INTERP section
|