Home
last modified time | relevance | path

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

12

/src/sys/arm64/linux/
H A Dlinux_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/src/sys/amd64/linux/
H A Dlinux_vdso.lds.s47 note PT_NOTE FLAGS(4); /* PF_R */
/src/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s48 note PT_NOTE FLAGS(4); /* PF_R */
/src/sys/i386/linux/
H A Dlinux_vdso.lds.s48 note PT_NOTE FLAGS(4); /* PF_R */
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp57 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
/src/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp33 if (P.p_type != ELF::PT_NOTE) in getBuildID()
/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c190 if (ProgramHeader[I].p_type != PT_NOTE) in __llvm_write_binary_ids()
/src/contrib/file/src/
H A Dreadelf.h201 #define PT_NOTE 4 macro
H A Dreadelf.c395 if (xph_type != PT_NOTE) in dophn_core()
1766 case PT_NOTE: in dophn_exec()
1834 case PT_NOTE: in dophn_exec()
/src/usr.bin/elfctl/
H A Delfctl.c384 if (phdr.p_type != PT_NOTE) in get_file_features()
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp195 if (H.p_type == llvm::ELF::PT_NOTE) { in DoLoadCore()
975 assert(segment_header.p_type == llvm::ELF::PT_NOTE); in ParseThreadContextsFromNoteSegment()
1031 if (program_header.p_type != llvm::ELF::PT_NOTE) in FindBuidIdInCoreMemory()
/src/sys/arm64/arm64/
H A Delf_machdep.c386 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in arm64_exec_protect()
/src/usr.bin/ldd/
H A Dldd.c439 case PT_NOTE: in is_executable()
/src/lib/libprocstat/
H A Dcore.c170 if (phdr.p_type == PT_NOTE) in procstat_core_open()
/src/libexec/rtld-elf/
H A Dmap_object.c157 case PT_NOTE: in map_object()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp284 case ELF::PT_NOTE: in printProgramHeaders()
/src/sys/sys/
H A Delf_common.h553 #define PT_NOTE 4 /* Auxiliary information. */ macro
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1475 PT_NOTE = 4, // Auxiliary information. enumerator
/src/usr.bin/gcore/
H A Delfcore.c537 phdr->p_type = PT_NOTE; in elf_puthdr()
/src/contrib/elftoolchain/size/
H A Dsize.c551 if (phdr.p_type == PT_NOTE) { in handle_core()
/src/sys/kern/
H A Dimgact_elf.c1990 phdr->p_type = PT_NOTE; in puthdr()
2938 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in check_note()
2942 if (phdr[j].p_type == PT_NOTE && in check_note()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp676 } else if (phdr->p_type == PT_NOTE) { in AddModuleSegments()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp460 if (H.p_type == llvm::ELF::PT_NOTE) { in CalculateELFNotesSegmentsCRC32()
3359 CASE_AND_STREAM(s, PT_NOTE, kStrWidth); in DumpELFProgramHeader_p_type()
3509 if (H.p_type != PT_NOTE || H.p_offset == 0 || H.p_filesz == 0) in GetArchitecture()
/src/usr.bin/elfdump/
H A Delfdump.c653 case PT_NOTE: in main()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h402 assert(Phdr.p_type == ELF::PT_NOTE && "Phdr is not of type PT_NOTE"); in notes_begin()

12