Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 25 of 96) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c253 (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/elfedit/modules/common/
H A Dphdr.c236 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()
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()
697 if (phdr->p_type == p_type) { in cmd_body()
708 phdr->p_type, 0, &inv_buf1), in cmd_body()
710 p_type, 0, &inv_buf2)); in cmd_body()
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c62 #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 Dmap.c239 !(sgp->sg_phdr.p_type == PT_LOAD && in map_equal_flags()
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 = PT_LOAD; in map_equal()
541 if ((sgp->sg_phdr.p_type != PT_NULL) && in map_equal()
542 (sgp->sg_phdr.p_type != PT_LOAD)) { in map_equal()
545 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) in map_equal()
[all …]
H A Dmap_support.c533 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 Doutfile.c229 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()
/illumos-gate/usr/src/lib/libresolv/
H A Dresolv.h103 extern char *p_type(int);
107 extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
H A Dres_debug.c147 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
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c129 if (phdr->p_type == PT_INTERP) { in dboot_elfload64()
137 if (phdr->p_type != PT_LOAD) in dboot_elfload64()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddw_elfstructs.h97 TYP(p_type,4);
109 TYP(p_type,4);
H A Ddwarf_elfstructs.h105 TYP(p_type,4);
117 TYP(p_type,4);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c127 field, EC_WORD(p_phdr.p_type), in dump_exec_header()
140 ehdr.e_machine, p_phdr.p_type, DUMP_CONVFMT, in dump_exec_header()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h203 Elf32_Word p_type; /* Entry type. */ member
214 Elf64_Word p_type; /* Entry type. */ member
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c315 if (phdr->p_type != PT_NOTE) in read_elf32()
381 if (phdr->p_type == PT_LOAD) { in read_elf32()
486 } else if (phdr->p_type == PT_INTERP) { in read_elf32()
501 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf32()
689 if (phdr->p_type != PT_NOTE) in read_elf64()
758 phdr->p_type, phdr->p_flags); in read_elf64()
760 if (phdr->p_type == PT_LOAD) { in read_elf64()
870 } else if (phdr->p_type == PT_INTERP) { in read_elf64()
885 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf64()
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c93 if (phdr->p_type != PT_LOAD) in extract32()
163 if (phdr->p_type != PT_LOAD) in extract64()
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c88 if (phdr.p_type == PT_LOAD) { in rli_func()
94 } else if (phdr.p_type == PT_DYNAMIC) { in rli_func()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c340 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()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h35 unsigned char p_type; member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c113 gpp->p_type = PT_LOAD; in gelf_sect_init()
275 dst->p_type = src->p_type; in gelf32_to_phdr()
311 if (lhs->p_type == PT_LOAD && rhs->p_type == PT_LOAD) { in gelf_phdr_compare()
330 if (lhs->p_type != rhs->p_type) { 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()
337 return (lhs->p_type > rhs->p_type ? 1 : -1); in gelf_phdr_compare()
391 if (gpp->p_type != PT_LOAD) in gelf_phdrs_init()
419 if (gpp->p_type == PT_DYNAMIC) { in gelf_phdrs_init()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dphdr.c41 conv_phdr_type(osabi, mach, phdr->p_type, 0, &inv_buf)); in Elf_phdr()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c329 if (phdr->p_type == PT_NOTE && in process_phdr()
336 if (phdr->p_type != PT_NOTE) { in process_phdr()
401 if (phdr->p_type == PT_DYNAMIC) { in process_phdr()
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1309 uint_t p_type; in calc_loadable() local
1352 p_type = STRUCT_FGET(mph, x.p_type); in calc_loadable()
1353 if (p_type == PT_LOAD || p_type == PT_SUNWBSS) { in calc_loadable()
1556 uint_t p_type; in process_phdrs() local
1774 p_type = STRUCT_FGET(mph, x.p_type); in process_phdrs()
1775 if (p_type == PT_LOAD || p_type == PT_SUNWBSS) { in process_phdrs()
H A Dksyms_snapshot.c155 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/contrib/ast/src/lib/libast/uwin/
H A Drlib.h69 extern char *p_type(int type);
/illumos-gate/usr/src/tools/smatch/src/
H A Ddissect.c420 struct symbol *p_type; in do_expression() local
426 p_type = do_expression(p_mode, expr->deref); in do_expression()
428 ret = report_member(mode, &expr->pos, p_type, in do_expression()
429 lookup_member(p_type, expr->member, NULL)); in do_expression()

1234