Home
last modified time | relevance | path

Searched defs:relocation (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
Dpacker_unittest.cc14 Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; in AddRelocation() local
18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) { in CheckRelocation()
Drun_length_encoder_unittest.cc14 Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; in AddRelocation() local
18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) { in CheckRelocation()
Drun_length_encoder.cc85 const Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; in Uncondense() local
Delf_file.cc656 const Elf32_Rel* relocation = &relocations[i]; in AdjustRelocationTargets() local
704 Elf32_Rel* relocation = &relocations->at(i); in AdjustRelocations() local
737 const Elf32_Rel& relocation = relocations[i]; in PackRelocations() local
918 const Elf32_Rel& relocation = relocations[i]; in UnpackRelocations() local
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delf_mem_image.cc252 ptrdiff_t relocation = in Init() local
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delf_mem_image.cc252 ptrdiff_t relocation = in Init() local
/external/llvm/include/llvm/Support/
DCOFF.h272 struct relocation { struct
273 uint32_t VirtualAddress;
274 uint32_t SymbolTableIndex;
275 uint16_t Type;
/external/chromium_org/base/third_party/symbolize/
Dsymbolize.cc775 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0; in SymbolizeAndDemangle() local