Home
last modified time | relevance | path

Searched refs:SHT_NOTE (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/MC/AsmParser/
Dsection_names.s58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
/external/elfutils/0.153/libelf/
Delf-knowledge.h62 && (shdr)->sh_type != SHT_NOTE \
Delf_getdata.c89 [SHT_NOTE] = ELF_T_NHDR,
Delf.h327 #define SHT_NOTE 7 /* Notes */ macro
DChangeLog411 * elf_getdata.c (shtype_map, __libelf_type_align): Handle SHT_NOTE.
/external/chromium_org/courgette/
Dtypes_elf.h81 SHT_NOTE = 7, enumerator
/external/llvm/lib/MC/
DMCSectionELF.cpp132 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
DELFObjectWriter.cpp1559 case ELF::SHT_NOTE: in WriteSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp511 Type = ELF::SHT_NOTE; in ParseSectionArguments()
530 Type = ELF::SHT_NOTE; in ParseSectionArguments()
701 getContext().getELFSection(".note", ELF::SHT_NOTE, 0, in ParseDirectiveVersion()
/external/elfutils/0.153/libdwfl/
Ddwfl_module_build_id.c135 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in __libdwfl_find_build_id()
/external/chromium_org/third_party/libvpx/include/
Delf.h301 #define SHT_NOTE 7 macro
/external/kernel-headers/original/uapi/linux/
Delf.h273 #define SHT_NOTE 7 macro
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp132 ELF::SHT_NOTE, 0, in runOnMachineFunction()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h135 SHT_NOTE = 7, /* extra data marking the file somehow */ enumerator
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp786 if (header.sh_type == SHT_NOTE && !uuid.IsValid()) in GetSectionHeaderInfo()
1734 CASE_AND_STREAM(s, SHT_NOTE , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/qemu/include/
Delf.h1319 #define SHT_NOTE 7 macro
/external/elfutils/0.153/src/
Delfcmp.c410 case SHT_NOTE: in main()
Dldgeneric.c985 || shdr->sh_type == SHT_NOTE in add_section()
1362 || shdr->sh_type == SHT_NOTE in add_relocatable_file()
2447 SHT_NOTE, SHF_ALLOC, 0, 4); in ld_generic_generate_sections()
2849 if ((*scnhead)->type == SHT_NOTE) in match_section()
2924 if (newp->type == SHT_NOTE) in match_section()
6384 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE) in ld_generic_create_outfile()
DChangeLog239 (main): For SHT_NOTE sections, compare note details rather than raw
1228 (check_sections): Call it for SHT_NOTE.
1376 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
Dstrip.c918 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
/external/llvm/include/llvm/Support/
DELF.h1269 SHT_NOTE = 7, // Information about the file. enumerator
/external/llvm/lib/Object/
DELFYAML.cpp310 ECase(SHT_NOTE) in enumeration()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp421 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NOTE ); in getElfSectionType()
/external/elfutils/0.153/
Delfutils.spec365 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/elfutils/0.153/config/
Delfutils.spec.in365 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs

12