Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc823 std::vector<typename ELF::Rel> unpacked_rel_relocations; in UnpackTypedRelocations() local
827 ConvertRelaVectorToRelVector(unpacked_relocations, &unpacked_rel_relocations); in UnpackTypedRelocations()
828 section_data = &unpacked_rel_relocations[0]; in UnpackTypedRelocations()