Home
last modified time | relevance | path

Searched defs:Elf (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/libelf/
DlibelfP.h273 struct Elf struct
280 Elf *parent; argument
281 Elf *next; /* Used in list of archive descriptors. */ argument
284 Elf_Kind kind; argument
287 Elf_Cmd cmd; argument
290 unsigned int class;
293 int fildes;
296 int64_t start_offset;
322 Elf_ScnList *scns_last; /* Last element in the section list. argument
401 } state;
Dlibelf.h216 typedef struct Elf Elf; typedef
/external/flatbuffers/tests/MyGame/Example/
DRace.py9 Elf = 2 variable in Race
DRace.cs14 Elf = 2, enumerator
DRace.php11 const Elf = 2; define in MyGame\\Example\\Race
DRace.java10 public static final byte Elf = 2; field in Race
DRace.kt12 const val Elf: Byte = 2 constant
/external/llvm/include/llvm/ObjectYAML/
DObjectYAML.h22 std::unique_ptr<ELFYAML::Object> Elf; member
/external/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp28 static Expected<StringRef> getDynamicStrTab(const ELFFile<ELFT> &Elf) { in getDynamicStrTab()
165 static void printDynamicSection(const ELFFile<ELFT> &Elf, StringRef Filename) { in printDynamicSection()
331 static void printSymbolVersionInfo(const ELFFile<ELFT> &Elf, in printSymbolVersionInfo()
Dllvm-objdump.cpp1102 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj); in isAArch64Elf() local
1107 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj); in isArmElf() local
2297 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj); in printDynamicRelocations() local
2781 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj)) { in shouldWarnForInvalidStartStopAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h26 std::unique_ptr<ELFYAML::Object> Elf; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DObjectYAML.h28 std::unique_ptr<ELFYAML::Object> Elf; member
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py226 class Elf: class
345 def _dump_sections(elf: Elf, output, sections: Iterable[Pattern[str]]) -> None:
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h127 Elf = 2, enumerator
/external/flatbuffers/tests/
Dmonster_test_generated.ts32 Elf= 2 enumerator
Dmonster_test_generated.js74 Elf: 2 property
Dmonster_test_generated.rs261 Elf = 2, enumerator