/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.msg | 44 @ MSG_PT_NOTE "[ PT_NOTE ]" # 4 45 @ MSG_PT_NOTE_CF "PT_NOTE"
|
/titanic_52/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: in ld_ent_setup()
|
H A D | map_support.c | 667 case PT_NOTE: in ld_map_seg_insert()
|
H A D | map.c | 297 * PT_NOTE, PT_SUNWSTACK and PT_NULL segments. Other segment in map_equal() 311 { MSG_ORIG(MSG_MAP_NOTE), PT_NOTE, FLG_SG_P_TYPE }, in map_equal()
|
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, in dir_note_segment()
|
H A D | update.c | 4103 if (phdr->p_type == PT_NOTE) { in ld_update_outfile()
|
/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()
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 183 #define PT_NOTE 4 macro
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 99 #define PT_NOTE 4 /* Auxiliary information. */ macro
|
/titanic_52/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 68 v[0].p_type = PT_NOTE; in setup_old_note_header()
|
H A D | elf_notes.c | 95 v[0].p_type = PT_NOTE; in setup_note_header()
|
H A D | elf.c | 1361 case PT_NOTE: in mapelfexec()
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1076 * There are two PT_NOTE program headers for ancillary data, and in Pfgcore() 1282 phdr.p_type = PT_NOTE; in Pfgcore() 1296 phdr.p_type = PT_NOTE; in Pfgcore() 1454 phdr.p_type = PT_NOTE; in Pfgcore() 1468 phdr.p_type = PT_NOTE; in Pfgcore()
|
H A D | Pcore.c | 2347 * We're interested in two types of Phdrs: PT_NOTE (which 2350 * In the case of PT_NOTE, we're interested in the last PT_NOTE 2351 * in the core file; currently the first PT_NOTE (if present) 2361 case PT_NOTE: 2386 * If we couldn't find anything of type PT_NOTE, or only one PT_NOTE 2396 * Advance the seek pointer to the start of the PT_NOTE data 2399 dprintf("Pgrab_core: failed to lseek to PT_NOTE data\n"); 2405 * Now process the PT_NOTE structure [all...] |
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 477 #define PT_NOTE 4 macro
|
/titanic_52/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 379 * First look for PT_NOTE headers that tell us what pagesize to in read_elf32() 387 if (phdr->p_type != PT_NOTE) in read_elf32() 412 * Iterate through all ELF PT_NOTE elements looking for in read_elf32() 779 * First look for PT_NOTE headers that tell us what pagesize to in read_elf64() 787 if (phdr->p_type != PT_NOTE) in read_elf64() 813 * Iterate through all ELF PT_NOTE elements looking for in read_elf64()
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 492 #define PT_NOTE 4 /* Auxiliary information. */ macro
|
/titanic_52/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 558 if ((ophdr->p_type != PT_INTERP) && (ophdr->p_type != PT_NOTE)) in rt_dldump()
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 1179 case PT_NOTE: in fake_shdr_cache()
|
/titanic_52/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1254 if (ph.p_type == PT_NOTE) in build_segment_table()
|