OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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