Home
last modified time | relevance | path

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

/third_party/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
/third_party/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
/third_party/flatbuffers/tests/my-game/example/
Drace.ts7 Elf = 2 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h26 std::unique_ptr<ELFYAML::Object> Elf; member
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h131 Elf = 2, enumerator
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs336 pub const Elf: Self = Self(2); constant