Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp55 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DBuildID.cpp34 if (P.p_type != ELF::PT_NOTE) in getBuildID()
/openbsd/libexec/ld.so/sh/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/m88k/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/powerpc/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/powerpc64/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/riscv64/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/sparc64/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/aarch64/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/alpha/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/amd64/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/arm/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/hppa/
H A Dld.script12 note PT_NOTE;
/openbsd/libexec/ld.so/i386/
H A Dld.script11 note PT_NOTE;
/openbsd/libexec/ld.so/mips64/
H A Dld.script11 note PT_NOTE;
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c187 if (ProgramHeader[I].p_type != PT_NOTE) in __llvm_write_binary_ids()
/openbsd/sys/kern/
H A Dexec_elf.c525 case PT_NOTE: in elf_load_file()
816 case PT_NOTE: in exec_elf_makecmds()
1085 if (ph->p_type != PT_NOTE || ph->p_filesz > 1024) in elf_os_pt_note()
1360 note->p_type = PT_NOTE; in coredump_setup_elf()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h284 #define PT_NOTE 4 /* Auxiliary information */ macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgcore.c298 p_type = PT_NOTE; in make_output_phdrs()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h299 #define PT_NOTE 4 /* Auxiliary information */ macro
/openbsd/usr.sbin/mkuboot/
H A Dcopy_elf.c151 case PT_NOTE: in ELFNAME()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp195 if (H.p_type == llvm::ELF::PT_NOTE) { in DoLoadCore()
964 assert(segment_header.p_type == llvm::ELF::PT_NOTE); in ParseThreadContextsFromNoteSegment()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp247 case ELF::PT_NOTE: in printProgramHeaders()
/openbsd/sys/sys/
H A Dexec_elf.h468 #define PT_NOTE 4 /* auxiliary information */ macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c965 case PT_NOTE: pt = "NOTE"; break; in _bfd_elf_print_private_bfd_data()
2276 case PT_NOTE: in bfd_section_from_phdr()
3458 m->p_type = PT_NOTE; in map_sections_to_segments()
3784 && m->p_type == PT_NOTE)) in assign_file_positions_for_segments()
3911 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)) in assign_file_positions_for_segments()
3946 || (p->p_type == PT_NOTE in assign_file_positions_for_segments()
4018 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core) in assign_file_positions_for_segments()
4721 (p->p_type == PT_NOTE \ in copy_private_bfd_data()

123