HomeSort by relevance Sort by last modified time
    Searched refs:SHT_NOTE (Results 1 - 25 of 46) sorted by null

1 2

  /external/elfutils/libebl/
eblcheckreloctargettype.c 49 case SHT_NOTE:
  /external/elfutils/libelf/
elf-knowledge.h 41 && (shdr)->sh_type != SHT_NOTE \
elf_getdata.c 66 [SHT_NOTE] = ELF_T_NHDR, /* Need alignment to guess ELF_T_NHDR8. */
  /external/llvm/test/MC/AsmParser/
section_names.s 58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
section_names.s 70 # CHECK-NEXT: Type: SHT_NOTE
72 # CHECK-NEXT: Type: SHT_NOTE
74 # CHECK-NEXT: Type: SHT_NOTE
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 105 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE)
  /external/llvm/lib/MC/
MCSectionELF.cpp 132 else if (Type == ELF::SHT_NOTE)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 119 else if (Type == ELF::SHT_NOTE)
  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE);
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE);
file_id.cc 100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 115 section_header.sh_type = SHT_NOTE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSectionELF.cpp 139 else if (Type == ELF::SHT_NOTE)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 486 Type = ELF::SHT_NOTE;
505 Type = ELF::SHT_NOTE;
680 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /bionic/libc/kernel/uapi/linux/
elf.h 232 #define SHT_NOTE 7
  /external/kernel-headers/original/uapi/linux/
elf.h 274 #define SHT_NOTE 7
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 584 Type = ELF::SHT_NOTE;
607 Type = ELF::SHT_NOTE;
790 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 424 Type = ELF::SHT_NOTE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 232 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE);
  /external/u-boot/include/
elf.h 278 #define SHT_NOTE 7 /* note section */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 215 #define SHT_NOTE 7 /* note section */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 215 #define SHT_NOTE 7 /* note section */
    [all...]
  /external/bcc/src/cc/
bcc_elf.c 158 if (header.sh_type != SHT_NOTE)
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 236 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 709 SHT_NOTE = 7, // Information about the file.
    [all...]

Completed in 676 milliseconds

1 2