Searched refs:PT_NOTE (Results 1 - 19 of 19) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 99 #define PT_NOTE 4 /* Auxiliary information. */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 183 #define PT_NOTE 4 macro
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 328 if (phdr->p_type == PT_NOTE && 335 if (phdr->p_type != PT_NOTE) {
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 169 SG_DESC_INIT(SGID_NOTE, PT_NOTE, 0, MSG_ORIG(MSG_ENT_NOTE), 484 case PT_NOTE:
|
H A D | map.c | 297 * PT_NOTE, PT_SUNWSTACK and PT_NULL segments. Other segment 311 { MSG_ORIG(MSG_MAP_NOTE), PT_NOTE, FLG_SG_P_TYPE },
|
H A D | map_support.c | 667 case PT_NOTE:
|
H A D | map_v2.c | 2247 * 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 D | update.c | 4110 if (phdr->p_type == PT_NOTE) {
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 68 v[0].p_type = PT_NOTE;
|
H A D | elf_notes.c | 95 v[0].p_type = PT_NOTE;
|
H A D | elf.c | 1443 case PT_NOTE:
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1076 * 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 D | Pcore.c | 2398 * 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 D | elf.h | 325 #define PT_NOTE 4 macro
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 558 if ((ophdr->p_type != PT_INTERP) && (ophdr->p_type != PT_NOTE))
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 379 * 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 D | fake_shdr.c | 1179 case PT_NOTE:
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 492 #define PT_NOTE 4 /* Auxiliary information. */ macro
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1254 if (ph.p_type == PT_NOTE)
|
Completed in 211 milliseconds