Home
last modified time | relevance | path

Searched refs:PT_NOTE (Results 1 – 20 of 20) sorted by relevance

/titanic_52/usr/src/cmd/sgs/libconv/common/
H A Dphdr.msg44 @ MSG_PT_NOTE "[ PT_NOTE ]" # 4
45 @ MSG_PT_NOTE_CF "PT_NOTE"
/titanic_52/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: in ld_ent_setup()
H A Dmap_support.c667 case PT_NOTE: in ld_map_seg_insert()
H A Dmap.c297 * 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 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, in dir_note_segment()
H A Dupdate.c4103 if (phdr->p_type == PT_NOTE) { in ld_update_outfile()
/titanic_52/usr/src/cmd/file/
H A Delf_read.c328 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 Di386-elf.h183 #define PT_NOTE 4 macro
/titanic_52/usr/src/grub/grub-0.97/netboot/
H A Delf.h99 #define PT_NOTE 4 /* Auxiliary information. */ macro
/titanic_52/usr/src/uts/common/exec/elf/
H A Dold_notes.c68 v[0].p_type = PT_NOTE; in setup_old_note_header()
H A Delf_notes.c95 v[0].p_type = PT_NOTE; in setup_note_header()
H A Delf.c1361 case PT_NOTE: in mapelfexec()
/titanic_52/usr/src/lib/libproc/common/
H A DPgcore.c1076 * 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 DPcore.c2347 * 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 Delf.h477 #define PT_NOTE 4 macro
/titanic_52/usr/src/psm/stand/boot/common/
H A Dreadfile.c379 * 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 Delf_common.h492 #define PT_NOTE 4 /* Auxiliary information. */ macro
/titanic_52/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c558 if ((ophdr->p_type != PT_INTERP) && (ophdr->p_type != PT_NOTE)) in rt_dldump()
/titanic_52/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1179 case PT_NOTE: in fake_shdr_cache()
/titanic_52/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1254 if (ph.p_type == PT_NOTE) in build_segment_table()