/freebsd/sys/arm64/linux/ |
H A D | linux_vdso.lds.s | 50 note PT_NOTE FLAGS(4); /* PF_R */
|
/freebsd/sys/amd64/linux/ |
H A D | linux_vdso.lds.s | 47 note PT_NOTE FLAGS(4); /* PF_R */
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_vdso.lds.s | 48 note PT_NOTE FLAGS(4); /* PF_R */
|
/freebsd/sys/i386/linux/ |
H A D | linux_vdso.lds.s | 48 note PT_NOTE FLAGS(4); /* PF_R */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 57 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | BuildID.cpp | 33 if (P.p_type != ELF::PT_NOTE) in getBuildID()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformLinux.c | 190 if (ProgramHeader[I].p_type != PT_NOTE) in __llvm_write_binary_ids()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 201 #define PT_NOTE 4 macro
|
H A D | readelf.c | 395 if (xph_type != PT_NOTE) in dophn_core() 1766 case PT_NOTE: in dophn_exec() 1834 case PT_NOTE: in dophn_exec()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 381 if (phdr.p_type != PT_NOTE) in get_file_features()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 195 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()
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 368 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in arm64_exec_protect()
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 439 case PT_NOTE: in is_executable()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 130 if (phdr.p_type == PT_NOTE) in procstat_core_open()
|
/freebsd/libexec/rtld-elf/ |
H A D | map_object.c | 160 case PT_NOTE: in map_object()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 284 case ELF::PT_NOTE: in printProgramHeaders()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 548 #define PT_NOTE 4 /* Auxiliary information. */ macro
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 551 if (phdr.p_type == PT_NOTE) { in handle_core()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 537 phdr->p_type = PT_NOTE; in elf_puthdr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1475 PT_NOTE = 4, // Auxiliary information. enumerator
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1976 phdr->p_type = PT_NOTE; in __elfN() 2874 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in __elfN() 2878 if (phdr[j].p_type == PT_NOTE && in __elfN()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 676 } else if (phdr->p_type == PT_NOTE) { in AddModuleSegments()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 460 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()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 653 case PT_NOTE: in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 402 assert(Phdr.p_type == ELF::PT_NOTE && "Phdr is not of type PT_NOTE"); in notes_begin()
|