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

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 368 ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AsmPrinter.cpp 558 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC);
  /art/libelffile/elf/
elf_builder.h 471 build_id_(this, ".note.gnu.build-id", SHT_NOTE, SHF_ALLOC, nullptr, 0, 4, 0),
    [all...]
  /build/soong/symbol_inject/
elf_symboldata_test.go 35 elf.SectionHeader{Name: ".note.ABI-tag", Type: elf.SHT_NOTE, Flags: elf.SHF_ALLOC, Addr: 0x400254, Offset: 0x254, Size: 0x20, Link: 0x0, Info: 0x0, Addralign: 0x4, Entsize: 0x0, FileSize: 0x20},
148 elf.SectionHeader{Name: ".note.ABI-tag", Type: elf.SHT_NOTE, Flags: elf.SHF_ALLOC, Addr: 0x400254, Offset: 0x254, Size: 0x20, Link: 0x0, Info: 0x0, Addralign: 0x4, Entsize: 0x0, FileSize: 0x20},
  /external/elfutils/src/
elfcmp.c 423 case SHT_NOTE:
strip.c     [all...]
elflint.c     [all...]
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 672 SHT_NOTE = 7, // Information about the file.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 364 ECase(SHT_NOTE)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 781 SHT_NOTE = 7, // Information about the file.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 199 /// The section must be of type \c SHT_NOTE.
205 if (Shdr.sh_type != ELF::SHT_NOTE) {
235 /// The section must be of type \c SHT_NOTE.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 673 SHT_NOTE = 7, // Information about the file.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 429 ECase(SHT_NOTE);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 514 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0));
    [all...]
  /external/kmod/port-gnu/
elf.h 326 #define SHT_NOTE 7 /* Notes */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 276 // Use SHT_NOTE for section whose name starts with ".note" to allow
280 return ELF::SHT_NOTE;
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/libelf/
elf.h 438 #define SHT_NOTE 7 /* Notes */
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 1618 milliseconds

12