Searched defs:Rela (Results 1 - 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Delf_traits.h27 typedef Elf32_Rela Rela; typedef in struct:ELF32_traits
51 typedef Elf64_Rela Rela; typedef in struct:ELF64_traits
H A Delf_file.cc688 std::vector<typename ELF::Rela> relocations;
698 const typename ELF::Rela* relocations_base = reinterpret_cast<typename ELF::Rela*>(data->d_buf);
699 relocations = std::vector<typename ELF::Rela>(
711 // Helper for PackRelocations(). Rel type is one of ELF::Rel or ELF::Rela.
713 bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocations) {
714 typedef typename ELF::Rela Rela; typedef
729 relocations_type_ == RELA ? sizeof(typename ELF::Rela) : sizeof(typename ELF::Rel);
779 std::vector<Rela> unpacke
[all...]

Completed in 68 milliseconds