HomeSort by relevance Sort by last modified time
    Searched full:relocations_base (Results 1 - 1 of 1) sorted by null

  /bionic/tools/relocation_packer/src/
elf_file.cc 695 const typename ELF::Rel* relocations_base = reinterpret_cast<typename ELF::Rel*>(data->d_buf); local
696 ConvertRelArrayToRelaVector(relocations_base,
701 const typename ELF::Rela* relocations_base = reinterpret_cast<typename ELF::Rela*>(data->d_buf); local
703 relocations_base,
704 relocations_base + data->d_size / sizeof(relocations[0]));
    [all...]

Completed in 74 milliseconds