Searched refs:p_type (Results 1 - 25 of 91) sorted by relevance

1234

/illumos-gate/usr/src/lib/libresolv/
H A Dresolv.h105 extern char *p_type(int);
109 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) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h35 unsigned char p_type; member in struct:bootrecord
H A Di386-elf.h166 Elf32_Word p_type; member in struct:__anon2187
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dphdr.c41 conv_phdr_type(osabi, mach, phdr->p_type, 0, &inv_buf));
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c253 (p.p_type == PT_LOAD) && !(Fflag)) {
256 (p.p_type == PT_LOAD) && !(Fflag)) {
261 if ((p.p_type == PT_LOAD) && nflag) {
269 if (!(p.p_type == PT_LOAD) && nflag) {
277 if ((p.p_type == PT_LOAD) && Fflag && !nflag) {
284 if ((Fflag) && !(nflag) && (!(p.p_type == PT_LOAD))) {
/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) \
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) \
67 { id, { p_type, 0, 0, 0, 0, 0, p_flags, 0}, \
468 if (phdr->p_type == PT_LOAD)
482 switch (phdr->p_type) {
H A Dmap.c239 !(sgp->sg_phdr.p_type == PT_LOAD &&
302 Word p_type; /* PT_ constant corresponding to name */ member in struct:__anon1711
349 (sgp->sg_phdr.p_type != seg_type->p_type)) {
355 sgp->sg_phdr.p_type = seg_type->p_type;
497 (sgp->sg_phdr.p_type != PT_SUNWSTACK)) {
508 if (sgp->sg_phdr.p_type == PT_LOAD) {
519 } else if (sgp->sg_phdr.p_type == PT_NULL) {
529 sgp->sg_phdr.p_type
[all...]
H A Dmap_support.c533 ld_map_seg_alloc(const char *name, Word p_type, sg_flags_t sg_flags) argument
539 sgp->sg_phdr.p_type = p_type;
576 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) {
626 (sgp->sg_phdr.p_type == PT_NULL)) {
630 sgp->sg_phdr.p_type = PT_LOAD;
633 if (sgp->sg_phdr.p_type == PT_LOAD) {
654 switch (sgp->sg_phdr.p_type) {
672 EC_WORD(sgp->sg_phdr.p_type));
H A Doutfile.c229 if (oscn && (phdr->p_type == PT_LOAD)) {
276 if (phdr->p_type == PT_LOAD)
431 Word ptype = phdr->p_type;
493 ptype = (sgp->sg_phdr).p_type = PT_NULL;
871 if (_phdr->p_type == PT_LOAD) {
H A Dldentry.c86 if (sgp->sg_phdr.p_type != PT_LOAD)
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dllib-lresolv28 const char * p_type(int);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c124 field, EC_WORD(p_phdr.p_type),
137 ehdr.e_machine, p_phdr.p_type, DUMP_CONVFMT,
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c125 if (phdr->p_type == PT_INTERP) {
133 if (phdr->p_type != PT_LOAD)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.h48 uint32_t p_type; member in struct:dfs_path
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c50 PHDR_CMD_T_P_TYPE = 1, /* phdr:p_type */
236 if (phdr->p_type == argstate->ndx) {
242 mach, phdr->p_type, 0, &inv_buf));
287 if (phdr[phndx].p_type == PT_INTERP) {
377 type = argstate->obj_state->os_phdr[ndx].p_type;
406 if (by_type && (type != phdr->p_type))
438 if (by_type && (type != phdr->p_type))
449 phdr->p_type, 0, &inv_buf));
452 EC_WORD(phdr->p_type));
693 Word p_type local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h94 /* Values for p_type. */
203 Elf32_Word p_type; /* Entry type. */ member in struct:__anon2087
214 Elf64_Word p_type; /* Entry type. */ member in struct:__anon2088
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c91 if (phdr.p_type == PT_LOAD) {
97 } else if (phdr.p_type == PT_DYNAMIC) {
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c90 if (phdr->p_type != PT_LOAD)
160 if (phdr->p_type != PT_LOAD)
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c328 if (phdr->p_type == PT_NOTE &&
335 if (phdr->p_type != PT_NOTE) {
400 if (phdr->p_type == PT_DYNAMIC) {
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c170 if (pptr->p_type == PT_LOAD) {
228 if ((pptr->p_type != PT_LOAD) || (pptr->p_memsz == 0))
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c170 if (pptr->p_type == PT_LOAD) {
228 if ((pptr->p_type != PT_LOAD) || (pptr->p_memsz == 0))
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c157 hdr.text_phdr.p_type = PT_LOAD;
162 hdr.data_phdr.p_type = PT_LOAD;
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c387 if (phdr->p_type != PT_NOTE)
453 if (phdr->p_type == PT_LOAD) {
584 } else if (phdr->p_type == PT_INTERP) {
599 } else if (phdr->p_type == PT_DYNAMIC) {
787 if (phdr->p_type != PT_NOTE)
856 phdr->p_type, phdr->p_flags);
858 if (phdr->p_type == PT_LOAD) {
974 } else if (phdr->p_type == PT_INTERP) {
989 } else if (phdr->p_type == PT_DYNAMIC) {
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c112 if (phdr->p_type != PT_LOAD)

Completed in 104 milliseconds

1234