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.cc615 std::vector<typename ELF::Rela> relocations;
625 const typename ELF::Rela* relocations_base = reinterpret_cast<typename ELF::Rela*>(data->d_buf);
626 relocations = std::vector<typename ELF::Rela>(
638 // Helper for PackRelocations(). Rel type is one of ELF::Rel or ELF::Rela.
640 bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocations) {
641 typedef typename ELF::Rela Rela; typedef
656 relocations_type_ == RELA ? sizeof(typename ELF::Rela) : sizeof(typename ELF::Rel);
706 std::vector<Rela> unpacke
[all...]

Completed in 47 milliseconds