/titanic_52/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()
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 62 #define SG_DESC_INIT(id, p_type, p_flags, sg_name, sg_flags) \ argument 63 { id, { p_type, p_flags, 0, 0, 0, 0, 0, 0}, \ 66 #define SG_DESC_INIT(id, p_type, p_flags, sg_name, sg_flags) \ argument 67 { id, { p_type, 0, 0, 0, 0, 0, p_flags, 0}, \ 468 if (phdr->p_type == PT_LOAD) in ld_ent_setup() 482 switch (phdr->p_type) { in ld_ent_setup()
|
H A D | map.c | 239 !(sgp->sg_phdr.p_type == PT_LOAD && in map_equal_flags() 302 Word p_type; /* PT_ constant corresponding to name */ in map_equal() member 349 (sgp->sg_phdr.p_type != seg_type->p_type)) { in map_equal() 355 sgp->sg_phdr.p_type = seg_type->p_type; in map_equal() 497 (sgp->sg_phdr.p_type != PT_SUNWSTACK)) { in map_equal() 508 if (sgp->sg_phdr.p_type == PT_LOAD) { in map_equal() 519 } else if (sgp->sg_phdr.p_type == PT_NULL) { in map_equal() 529 sgp->sg_phdr.p_type in map_equal() [all...] |
H A D | map_support.c | 533 ld_map_seg_alloc(const char *name, Word p_type, sg_flags_t sg_flags) in ld_map_seg_alloc() argument 539 sgp->sg_phdr.p_type = p_type; in ld_map_seg_alloc() 576 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) { in ld_map_seg_stack() 626 (sgp->sg_phdr.p_type == PT_NULL)) { in ld_map_seg_insert() 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() 654 switch (sgp->sg_phdr.p_type) { in ld_map_seg_insert() 672 EC_WORD(sgp->sg_phdr.p_type)); in ld_map_seg_insert()
|
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() 431 Word ptype = phdr->p_type; in ld_create_outfile() 493 ptype = (sgp->sg_phdr).p_type = PT_NULL; in ld_create_outfile() 871 if (_phdr->p_type == PT_LOAD) { in ld_create_outfile()
|
H A D | update.c | 385 if (phd->p_type == PT_LOAD) { in update_osym() 3664 if (phdr->p_type == PT_PHDR) { in ld_update_outfile() 3674 if (phdr->p_type == PT_INTERP) { in ld_update_outfile() 3689 if (phdr->p_type == PT_SUNWDTRACE) { in ld_update_outfile() 3705 if (phdr->p_type == PT_SUNWCAP) { in ld_update_outfile() 3721 if (phdr->p_type == PT_DYNAMIC) { in ld_update_outfile() 3742 if (phdr->p_type == PT_SUNW_UNWIND) { in ld_update_outfile() 3766 if (phdr->p_type == PT_SUNWSTACK) { in ld_update_outfile() 3779 if (phdr->p_type == PT_TLS) { in ld_update_outfile() 3859 if (phdr->p_type ! in ld_update_outfile() [all...] |
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 50 PHDR_CMD_T_P_TYPE = 1, /* phdr:p_type */ 236 if (phdr->p_type == argstate->ndx) { in process_args() 242 mach, phdr->p_type, 0, &inv_buf)); in process_args() 287 if (phdr[phndx].p_type == PT_INTERP) { in locate_interp() 377 type = argstate->obj_state->os_phdr[ndx].p_type; in print_phdr() 406 if (by_type && (type != phdr->p_type)) in print_phdr() 438 if (by_type && (type != phdr->p_type)) in print_phdr() 449 phdr->p_type, 0, &inv_buf)); in print_phdr() 452 EC_WORD(phdr->p_type)); in print_phdr() 693 Word p_type in cmd_body() local [all...] |
/titanic_52/usr/src/lib/libresolv/ |
H A D | resolv.h | 105 extern char *p_type(int); 109 extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
|
H A D | res_debug.c | 147 fprintf(file, ", type = %s", p_type(_getshort(cp))); 225 fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp))); 405 p_type(type) in p_type() function
|
/titanic_52/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 125 if (phdr->p_type == PT_INTERP) { in dboot_elfload64() 133 if (phdr->p_type != PT_LOAD) in dboot_elfload64()
|
/titanic_52/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 124 field, EC_WORD(p_phdr.p_type), in dump_exec_header() 137 ehdr.e_machine, p_phdr.p_type, DUMP_CONVFMT, in dump_exec_header()
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 94 /* Values for p_type. */ 203 Elf32_Word p_type; /* Entry type. */ member 214 Elf64_Word p_type; /* Entry type. */ member
|
/titanic_52/usr/src/tools/elfextract/ |
H A D | elfextract.c | 90 if (phdr->p_type != PT_LOAD) in extract32() 160 if (phdr->p_type != PT_LOAD) in extract64()
|
/titanic_52/usr/src/cmd/sgs/librtld_db/i386/ |
H A D | plt32_resolution.c | 91 if (phdr.p_type == PT_LOAD) { in rli_func() 97 } else if (phdr.p_type == PT_DYNAMIC) { in rli_func()
|
/titanic_52/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 387 if (phdr->p_type != PT_NOTE) in read_elf32() 453 if (phdr->p_type == PT_LOAD) { in read_elf32() 584 } else if (phdr->p_type == PT_INTERP) { in read_elf32() 599 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf32() 787 if (phdr->p_type != PT_NOTE) in read_elf64() 856 phdr->p_type, phdr->p_flags); in read_elf64() 858 if (phdr->p_type == PT_LOAD) { in read_elf64() 974 } else if (phdr->p_type == PT_INTERP) { in read_elf64() 989 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf64()
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | vstafs.h | 35 unsigned char p_type; member
|
/titanic_52/usr/src/cmd/file/ |
H A D | elf_read.c | 328 if (phdr->p_type == PT_NOTE && in process_phdr() 335 if (phdr->p_type != PT_NOTE) { in process_phdr() 400 if (phdr->p_type == PT_DYNAMIC) { in process_phdr()
|
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | phdr.c | 41 conv_phdr_type(osabi, mach, phdr->p_type, 0, &inv_buf)); in Elf_phdr()
|
/titanic_52/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 340 if ((path.p_type == DFS_OBJECT_LINK) && (stat != DFS_STAT_ISDFS)) { in netdfs_s_setinfo() 411 if (path.p_type == DFS_OBJECT_LINK) { in netdfs_s_getinfo() 779 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_100() 812 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_101() 832 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_102() 853 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_103() 890 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_104() 925 if (path->p_type == DFS_OBJECT_LINK) in netdfs_setinfo_105()
|
H A D | dfs.h | 48 uint32_t p_type; member
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 113 gpp->p_type = PT_LOAD; in gelf_sect_init() 275 dst->p_type = src->p_type; in gelf32_to_phdr() 308 * If both p_type fields are PT_LOAD, we want to sort by vaddr. in gelf_phdr_compare() 311 if (lhs->p_type == PT_LOAD && rhs->p_type == PT_LOAD) { in gelf_phdr_compare() 326 * If the p_type fields don't match, we need to make sure that PT_LOAD in gelf_phdr_compare() 330 if (lhs->p_type != rhs->p_type) { in gelf_phdr_compare() 331 if (lhs->p_type in gelf_phdr_compare() [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rlib.h | 69 extern char *p_type(int type);
|
/titanic_52/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 157 hdr.text_phdr.p_type = PT_LOAD; in ksyms_snapshot() 162 hdr.data_phdr.p_type = PT_LOAD; in ksyms_snapshot()
|
/titanic_52/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()
|
/titanic_52/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()
|