Searched refs:PT_NOTE (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h99 #define PT_NOTE 4 /* Auxiliary information. */ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h183 #define PT_NOTE 4 macro
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c328 if (phdr->p_type == PT_NOTE &&
335 if (phdr->p_type != PT_NOTE) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c169 SG_DESC_INIT(SGID_NOTE, PT_NOTE, 0, MSG_ORIG(MSG_ENT_NOTE),
484 case PT_NOTE:
H A Dmap.c297 * PT_NOTE, PT_SUNWSTACK and PT_NULL segments. Other segment
311 { MSG_ORIG(MSG_MAP_NOTE), PT_NOTE, FLG_SG_P_TYPE },
H A Dmap_support.c667 case PT_NOTE:
H A Dmap_v2.c2247 * seg_type - Type of segment (PT_LOAD, PT_NOTE, PT_NULL).
2456 PT_NOTE, segment_core_attr_list, segment_core_attr_list_bufsize,
H A Dupdate.c4110 if (phdr->p_type == PT_NOTE) {
/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c68 v[0].p_type = PT_NOTE;
H A Delf_notes.c95 v[0].p_type = PT_NOTE;
H A Delf.c1443 case PT_NOTE:
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1076 * There are two PT_NOTE program headers for ancillary data, and
1282 phdr.p_type = PT_NOTE;
1296 phdr.p_type = PT_NOTE;
1470 phdr.p_type = PT_NOTE;
1484 phdr.p_type = PT_NOTE;
H A DPcore.c2398 * We're interested in two types of Phdrs: PT_NOTE (which
2401 * In the case of PT_NOTE, we're interested in the last PT_NOTE
2402 * in the core file; currently the first PT_NOTE (if present)
2412 case PT_NOTE:
2437 * If we couldn't find anything of type PT_NOTE, or only one PT_NOTE
2447 * Advance the seek pointer to the start of the PT_NOTE data
2450 dprintf("Pgrab_core: failed to lseek to PT_NOTE data\n");
2456 * Now process the PT_NOTE structure
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h325 #define PT_NOTE 4 macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c558 if ((ophdr->p_type != PT_INTERP) && (ophdr->p_type != PT_NOTE))
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c379 * First look for PT_NOTE headers that tell us what pagesize to
387 if (phdr->p_type != PT_NOTE)
412 * Iterate through all ELF PT_NOTE elements looking for
779 * First look for PT_NOTE headers that tell us what pagesize to
787 if (phdr->p_type != PT_NOTE)
813 * Iterate through all ELF PT_NOTE elements looking for
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1179 case PT_NOTE:
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h492 #define PT_NOTE 4 /* Auxiliary information. */ macro
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1254 if (ph.p_type == PT_NOTE)

Completed in 153 milliseconds