Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc692 const typename ELF::Rel* relocations_base = reinterpret_cast<typename ELF::Rel*>(data->d_buf); in PackRelocations() local
693 ConvertRelArrayToRelaVector(relocations_base, in PackRelocations()
698 const typename ELF::Rela* relocations_base = reinterpret_cast<typename ELF::Rela*>(data->d_buf); in PackRelocations() local
700 relocations_base, in PackRelocations()
701 relocations_base + data->d_size / sizeof(relocations[0])); in PackRelocations()