Home
last modified time | relevance | path

Searched refs:Elf_Sword (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file_impl.h38 using Elf_Sword = typename ElfTypes::Sword; variable
184 Elf_Dyn* FindDynamicByType(Elf_Sword type) const;
185 Elf_Word FindDynamicValueByType(Elf_Sword type) const;
Delf_file.cc972 typename ElfTypes::Dyn* ElfFileImpl<ElfTypes>::FindDynamicByType(Elf_Sword type) const { in FindDynamicByType()
983 typename ElfTypes::Word ElfFileImpl<ElfTypes>::FindDynamicValueByType(Elf_Sword type) const { in FindDynamicValueByType()
/art/compiler/linker/
Delf_builder.h88 using Elf_Sword = typename ElfTypes::Sword; variable