Searched refs:relocations_base (Results 1 – 1 of 1) sorted by relevance
692 const typename ELF::Rel* relocations_base = reinterpret_cast<typename ELF::Rel*>(data->d_buf); in PackRelocations() local693 ConvertRelArrayToRelaVector(relocations_base, in PackRelocations()698 const typename ELF::Rela* relocations_base = reinterpret_cast<typename ELF::Rela*>(data->d_buf); in PackRelocations() local700 relocations_base, in PackRelocations()701 relocations_base + data->d_size / sizeof(relocations[0])); in PackRelocations()