Home
last modified time | relevance | path

Searched refs:Elf_Note (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/Object/
DELFTypesTest.cpp15 template <typename ELFT> using Elf_Note = typename ELFT::Note; typedef
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp41 } Elf_Note; typedef
657 Elf_Note *note = reinterpret_cast<Elf_Note *>(ptr); in callbackEvent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h92 using Elf_Note = typename ELFT::Note; variable
/external/llvm-project/lld/ELF/
DInputFiles.cpp798 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef
812 Elf_Note note(*nhdr); in readAndFeatures()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h110 using Elf_Note = typename ELFT::Note; variable
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp35 using Elf_Note = typename ELFT::Note; typedef in __anondaeeffcc0111::ELFDumper
1203 Elf_Note Note(*Header); in dumpNoteSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp102 using Elf_Note = typename ELFT::Note; \
5605 auto ProcessNote = [&](const Elf_Note &Note) -> Error { in printNotes()
6857 auto ProcessNote = [&](const Elf_Note &Note) -> Error { in printNotes()