Home
last modified time | relevance | path

Searched defs:Elf_Word (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h45 MaximumAlignment<uint32_t, max_alignment>::value> Elf_Word; typedef
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp27 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; typedef in __anone32646570111::ELFDumper
/external/valgrind/VEX/unused/
Dlinker.c116 #define Elf_Word Elf64_Word macro
131 #define Elf_Word Elf32_Word macro
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp389 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; in writeSectionContent() typedef