/titanic_51/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"
|
/titanic_51/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 125 if (phdr->p_type == PT_INTERP) { in dboot_elfload64() 126 dboot_printf("warning: PT_INTERP section\n"); in dboot_elfload64()
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 182 #define PT_INTERP 3 macro
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 98 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
/titanic_51/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 | 72 Word phndx; /* Index of PT_INTERP header */ 73 Phdr *phdr; /* PT_INTERP header */ 275 int phndx; /* Index of PT_INTERP program header */ in locate_interp() 282 /* Locate the PT_INTERP program header */ in locate_interp() 287 if (phdr[phndx].p_type == PT_INTERP) { in locate_interp() 293 /* If no PT_INTERP program header found, we cannot proceed */ in locate_interp() 326 * We don't expect to get here: If there is a PT_INTERP header, in locate_interp() 524 /* Locate the PT_INTERP program header */ in cmd_body_set_interp() 541 * An ELF PT_INTERP usually references its own special section in cmd_body_set_interp() 550 * PT_INTERP doe in cmd_body_set_interp() [all...] |
/titanic_51/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 | 450 * thus an associated PT_INTERP program header in ld_create_outfile() 463 } else if (ptype == PT_INTERP) { in ld_create_outfile()
|
H A D | update.c | 3655 * If an interpreter is required generate a PT_INTERP and in ld_update_outfile() 3674 if (phdr->p_type == PT_INTERP) { in ld_update_outfile() 4142 * If we have an PT_INTERP phdr, update it now from the associated in ld_update_outfile()
|
/titanic_51/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 505 if (phdr.p_type != PT_INTERP) in elf_check()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 476 #define PT_INTERP 3 macro
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 584 } else if (phdr->p_type == PT_INTERP) { in read_elf32() 974 } else if (phdr->p_type == PT_INTERP) { in read_elf64()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 491 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
/titanic_51/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()
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 167 @ MSG_WARN_INVINTERP1 "%s: PT_INTERP header has no associated section\n" 168 @ MSG_WARN_INVINTERP2 "%s: interp section: %s: and PT_INTERP program \
|
H A D | fake_shdr.c | 1174 case PT_INTERP: in fake_shdr_cache()
|
H A D | elfdump.c | 1773 static Word phdr_types[] = { PT_INTERP }; in interp() 1807 * Scan sections to find a section which contains the PT_INTERP in interp()
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 632 if (pptr->p_type == PT_INTERP) { in setup()
|
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 371 case PT_INTERP: in elfexec() 436 * Has PT_INTERP & PT_PHDR - the auxvectors that in elfexec() 450 * Has PT_INTERP but no PT_PHDR in elfexec() 1343 case PT_INTERP: in mapelfexec()
|
/titanic_51/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 421 if (phdr->p_type == PT_INTERP) in fastboot_elf32_find_loadables()
|
/titanic_51/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 276 \t p_paddr: 0 p_type: [ PT_INTERP ]\n\
|
/titanic_51/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 867 5047235 elfdump can core dump printing PT_INTERP section
|