Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h275 struct Elf struct
282 Elf *parent; argument
283 Elf *next; /* Used in list of archive descriptors. */ argument
286 Elf_Kind kind; argument
289 Elf_Cmd cmd; argument
292 unsigned int class;
295 int fildes;
298 int64_t start_offset;
324 Elf_ScnList *scns_last; /* Last element in the section list. argument
403 } state;
Dlibelf.h216 typedef struct Elf Elf; typedef
/external/flatbuffers/tests/my-game/example/
Drace.ts7 Elf = 2 enumerator
/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.java11 public static final byte Elf = 2; field in Race
DRace.kt11 const val Elf: Byte = 2 constant
/external/llvm/include/llvm/ObjectYAML/
DObjectYAML.h22 std::unique_ptr<ELFYAML::Object> Elf; member
/external/flatbuffers/tests/monster_test/my_game/example/
Drace_generated.rs33 pub const Elf: Self = Self(2); constant
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Drace_generated.rs35 pub const Elf: Self = Self(2); constant
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h26 std::unique_ptr<ELFYAML::Object> Elf; member
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py239 class Elf: class
383 def _dump_sections(elf: Elf, output, sections: Iterable[Pattern[str]]) -> None:
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h143 Elf = 2, enumerator
/external/flatbuffers/tests/ts/ts-flat-files/
Dmonster_test_generated.ts31 Elf = 2 enumerator
/external/flatbuffers/tests/
Dmonster_test_generated.py23 Elf = 2 variable in Race