Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Delf_file_impl.h37 using Elf_Sword = typename ElfTypes::Sword; variable
183 Elf_Dyn* FindDynamicByType(Elf_Sword type) const;
184 Elf_Word FindDynamicValueByType(Elf_Sword type) const;
H A Delf_file.cc963 typename ElfTypes::Dyn* ElfFileImpl<ElfTypes>::FindDynamicByType(Elf_Sword type) const { in FindDynamicByType()
974 typename ElfTypes::Word ElfFileImpl<ElfTypes>::FindDynamicValueByType(Elf_Sword type) const { in FindDynamicValueByType()
/aosp12/art/libelffile/elf/
H A Delf_builder.h80 using Elf_Sword = typename ElfTypes::Sword; variable