Home
last modified time | relevance | path

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

12

/freebsd/sys/arm64/linux/
H A Dlinux_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd/sys/amd64/linux/
H A Dlinux_vdso.lds.s47 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s48 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd/sys/i386/linux/
H A Dlinux_vdso.lds.s48 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp57 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp33 if (P.p_type != ELF::PT_NOTE) in getBuildID()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c211 if (ProgramHeader[I].p_type != PT_NOTE) in __llvm_write_binary_ids()
/freebsd/contrib/file/src/
H A Dreadelf.h201 #define PT_NOTE 4 macro
H A Dreadelf.c409 if (xph_type != PT_NOTE) in dophn_core()
1780 case PT_NOTE: in dophn_exec()
1847 case PT_NOTE: in dophn_exec()
/freebsd/usr.bin/elfctl/
H A Delfctl.c375 * Go through each program header to find one that is of type PT_NOTE in get_file_features()
384 if (phdr.p_type != PT_NOTE) in get_file_features()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp206 if (H.p_type == llvm::ELF::PT_NOTE) { in DoLoadCore()
987 assert(segment_header.p_type == llvm::ELF::PT_NOTE); in ParseThreadContextsFromNoteSegment()
1050 if (program_header.p_type != llvm::ELF::PT_NOTE) in FindBuidIdInCoreMemory()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c386 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in arm64_exec_protect()
/freebsd/usr.bin/ldd/
H A Dldd.c439 case PT_NOTE: in is_executable()
/freebsd/lib/libprocstat/
H A Dcore.c170 if (phdr.p_type == PT_NOTE) in procstat_core_open()
/freebsd/libexec/rtld-elf/
H A Dmap_object.c157 case PT_NOTE: in map_object()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp300 case ELF::PT_NOTE: in printProgramHeaders()
/freebsd/sys/sys/
H A Delf_common.h554 #define PT_NOTE 4 /* Auxiliary information. */ macro
/freebsd/usr.bin/gcore/
H A Delfcore.c537 phdr->p_type = PT_NOTE; in elf_puthdr()
/freebsd/contrib/elftoolchain/size/
H A Dsize.c551 if (phdr.p_type == PT_NOTE) { in handle_core()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp736 } else if (phdr->p_type == PT_NOTE) { in AddModuleSegments()
/freebsd/sys/kern/
H A Dimgact_elf.c2021 phdr->p_type = PT_NOTE; in __elfN()
2845 uprintf("i/o error PT_NOTE\n"); in __elfN()
2968 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in __elfN()
2972 if (phdr[j].p_type == PT_NOTE && in __elfN()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1553 PT_NOTE = 4, // Auxiliary information. enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp477 if (H.p_type == llvm::ELF::PT_NOTE) { in CalculateELFNotesSegmentsCRC32()
3345 CASE_AND_STREAM(s, PT_NOTE, kStrWidth); in DumpELFProgramHeader_p_type()
3600 if (H.p_type != PT_NOTE || H.p_offset == 0 || H.p_filesz == 0) in GetArchitecture()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp681 if (Seg.Type == PT_NOTE) { in removeNotes()
/freebsd/usr.bin/elfdump/
H A Delfdump.c654 case PT_NOTE: in main()

12