/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 253 (p.p_type == PT_LOAD) && !(Fflag)) { in process_phdr() 256 (p.p_type == PT_LOAD) && !(Fflag)) { in process_phdr() 261 if ((p.p_type == PT_LOAD) && nflag) { in process_phdr() 269 if (!(p.p_type == PT_LOAD) && nflag) { in process_phdr() 277 if ((p.p_type == PT_LOAD) && Fflag && !nflag) { in process_phdr() 284 if ((Fflag) && !(nflag) && (!(p.p_type == PT_LOAD))) { in process_phdr()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 128 SG_DESC_INIT(SGID_TEXT, PT_LOAD, PF_R + PF_X, MSG_ORIG(MSG_ENT_TEXT), 132 SG_DESC_INIT(SGID_DATA, PT_LOAD, 0, MSG_ORIG(MSG_ENT_DATA), 136 SG_DESC_INIT(SGID_BSS, PT_LOAD, 0, MSG_ORIG(MSG_ENT_BSS), 141 SG_DESC_INIT(SGID_LRODATA, PT_LOAD, PF_R, MSG_ORIG(MSG_ENT_LRODATA), 145 SG_DESC_INIT(SGID_LDATA, PT_LOAD, 0, MSG_ORIG(MSG_ENT_LDATA), 468 if (phdr->p_type == PT_LOAD) in ld_ent_setup() 483 case PT_LOAD: in ld_ent_setup()
|
H A D | outfile.c | 229 if (oscn && (phdr->p_type == PT_LOAD)) { in pad_outfile() 276 if (phdr->p_type == PT_LOAD) in pad_outfile() 319 if ((fixalign == TRUE) && (ptype == PT_LOAD) && (shidx == 1)) in create_outsec() 503 if ((ptype == PT_LOAD) && (ptloadidx == 0)) { in ld_create_outfile() 545 ((ptype == PT_LOAD) && in ld_create_outfile() 611 if ((fixalign == TRUE) && (ptype == PT_LOAD) && in ld_create_outfile() 871 if (_phdr->p_type == PT_LOAD) { in ld_create_outfile()
|
H A D | map.c | 239 !(sgp->sg_phdr.p_type == PT_LOAD && in map_equal_flags() 307 { MSG_ORIG(MSG_MAP_LOAD), PT_LOAD, FLG_SG_P_TYPE }, in map_equal() 508 if (sgp->sg_phdr.p_type == PT_LOAD) { in map_equal() 529 sgp->sg_phdr.p_type = PT_LOAD; in map_equal() 542 (sgp->sg_phdr.p_type != PT_LOAD)) { in map_equal()
|
H A D | ldentry.c | 90 if (sgp->sg_phdr.p_type != PT_LOAD) in ld_map_out()
|
H A D | map_support.c | 630 sgp->sg_phdr.p_type = PT_LOAD; in ld_map_seg_insert() 633 if (sgp->sg_phdr.p_type == PT_LOAD) { in ld_map_seg_insert() 655 case PT_LOAD: in ld_map_seg_insert()
|
H A D | place.c | 68 (osp->os_sgdesc->sg_phdr).p_type != PT_LOAD) in set_addralign() 1460 if ((sgp->sg_phdr.p_type == PT_LOAD) && in ld_place_section()
|
H A D | update.c | 391 if (phd->p_type == PT_LOAD) { in update_osym() 4154 if (phdr->p_type != PT_LOAD) in ld_update_outfile() 4166 if ((ofl->ofl_phdr[i]).p_type != PT_LOAD) in ld_update_outfile() 4236 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD) && in ld_update_outfile() 4266 if (phdr->p_type == PT_LOAD) { in ld_update_outfile() 4269 (phdr->p_type == PT_LOAD)) in ld_update_outfile() 4301 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD)) { in ld_update_outfile() 4365 (phdr->p_type == PT_LOAD)) { in ld_update_outfile()
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.c | 73 htole32(PT_LOAD), /* p_type */ 83 htole32(PT_LOAD), /* p_type */
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.msg | 31 @ MSG_PT_LOAD "[ PT_LOAD ]" # 1 32 @ MSG_PT_LOAD_CF "PT_LOAD"
|
/illumos-gate/usr/src/tools/elfextract/ |
H A D | elfextract.c | 93 if (phdr->p_type != PT_LOAD) in extract32() 163 if (phdr->p_type != PT_LOAD) in extract64()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 155 hdr.text_phdr.p_type = PT_LOAD; in ksyms_snapshot() 160 hdr.data_phdr.p_type = PT_LOAD; in ksyms_snapshot()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 170 if (pptr->p_type == PT_LOAD) { in __rtld() 228 if ((pptr->p_type != PT_LOAD) || (pptr->p_memsz == 0)) in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 170 if (pptr->p_type == PT_LOAD) { in __rtld() 228 if ((pptr->p_type != PT_LOAD) || (pptr->p_memsz == 0)) in __rtld()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 137 if (phdr->p_type != PT_LOAD) in dboot_elfload64()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 123 #ifndef PT_LOAD 124 #define PT_LOAD 1 macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 180 #define PT_LOAD 1 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 96 #define PT_LOAD 1 /* Loadable segment. */ macro
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/ |
H A D | plt32_resolution.c | 88 if (phdr.p_type == PT_LOAD) { in rli_func()
|
/illumos-gate/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 187 if (phdr->p_type != PT_LOAD) in patch64()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 113 gpp->p_type = PT_LOAD; in gelf_sect_init() 311 if (lhs->p_type == PT_LOAD && rhs->p_type == PT_LOAD) { in gelf_phdr_compare() 331 if (lhs->p_type == PT_LOAD) in gelf_phdr_compare() 334 if (rhs->p_type == PT_LOAD) in gelf_phdr_compare() 391 if (gpp->p_type != PT_LOAD) in gelf_phdrs_init()
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 68 if ((phdr->p_type == PT_LOAD) && in add_object()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pidle.c | 270 if (php->p_type != PT_LOAD) in Pgrab_file()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 260 if (ph[i].p_type == PT_LOAD && fo >= ph[i].p_offset && in __fex_sym()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 315 if (phdr[phnum].p_type != PT_LOAD) in elf_obj_fini()
|