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

  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 727 const Elf32_Rel* relocations_base = reinterpret_cast<Elf32_Rel*>(data->d_buf); local
729 relocations_base,
730 relocations_base + data->d_size / sizeof(relocations[0]));
907 const Elf32_Rel* relocations_base = reinterpret_cast<Elf32_Rel*>(data->d_buf); local
    [all...]

Completed in 196 milliseconds