Searched refs:PT_NOTE (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s49 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp55 if (phdr[i].p_type != PT_NOTE)
/freebsd-13-stable/usr.bin/elfctl/
H A Delfctl.c360 * Go through each program header to find one that is of type PT_NOTE
369 if (phdr.p_type != PT_NOTE)
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h201 #define PT_NOTE 4 macro
261 /* Note header in a PT_NOTE section */
H A Dreadelf.c297 * for a PT_NOTE section of type NT_PRPSINFO, with a name "CORE" or
307 * SunOS 5.x core files contain two PT_NOTE sections, with the types
390 if (xph_type != PT_NOTE)
394 * This is a PT_NOTE section; loop through all the notes
1659 case PT_NOTE:
1721 case PT_NOTE:
1725 * This is a PT_NOTE section; loop through all the notes
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c440 case PT_NOTE:
/freebsd-13-stable/lib/libprocstat/
H A Dcore.c133 if (phdr.p_type == PT_NOTE)
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c170 case PT_NOTE:
178 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp235 case ELF::PT_NOTE:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp177 /// PT_NOTE - Contains Thread and Register information
183 if (H.p_type == llvm::ELF::PT_NOTE) {
572 /// NetBSD specific Thread context from PT_NOTE segment
856 /// Parse Thread context from PT_NOTE segment and store it in the thread list
861 assert(segment_header.p_type == llvm::ELF::PT_NOTE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp298 if (P.p_type != ELF::PT_NOTE)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1200 PT_NOTE = 4, // Auxiliary information. enumerator in enum:llvm::ELF::__anon3102
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c289 * Parse individual note entries inside a PT_NOTE segment.
474 * Handles program headers except for PT_NOTE, when sysv output style is
551 if (phdr.p_type == PT_NOTE) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp178 if (Phdr.p_type != PT_NOTE)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h225 /// The program header must be of type \c PT_NOTE.
231 assert(Phdr.p_type == ELF::PT_NOTE && "Phdr is not of type PT_NOTE");
234 Err = createError("PT_NOTE header has invalid offset (0x" +
269 /// The program header must be of type \c PT_NOTE.
/freebsd-13-stable/sys/sys/
H A Delf_common.h529 #define PT_NOTE 4 /* Auxiliary information. */ macro
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c520 phdr->p_type = PT_NOTE;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1419 .Case("PT_NOTE", PT_NOTE)
H A DWriter.cpp951 // Put .note sections (which make up one PT_NOTE) at the beginning so that
2413 // Create one PT_NOTE per a group of contiguous SHT_NOTE sections with the
2421 note = addHdr(PT_NOTE, PF_R);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c311 "PT_NULL", "PT_LOAD", "PT_DYNAMIC", "PT_INTERP", "PT_NOTE",
651 case PT_NOTE:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp415 if (H.p_type == llvm::ELF::PT_NOTE) {
3077 CASE_AND_STREAM(s, PT_NOTE, kStrWidth);
3224 // Core files don't have section headers yet they have PT_NOTE program
3227 if (H.p_type != PT_NOTE || H.p_offset == 0 || H.p_filesz == 0)
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c2034 phdr->p_type = PT_NOTE;
2663 uprintf("i/o error PT_NOTE\n");
2779 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp,
2783 if (phdr[j].p_type == PT_NOTE &&
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h957 _ELF_DEFINE_PT(PT_NOTE, 4, "auxiliary information") \

Completed in 473 milliseconds

12