HomeSort by relevance Sort by last modified time
    Searched refs:applyRelocation (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 67 virtual Result applyRelocation(Relocation& pRelocation) = 0;
129 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
X86Relocator.cpp 278 Relocator::Result X86_32Relocator::applyRelocation(Relocation& pRelocation) {
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 64 Result applyRelocation(Relocation& pRelocation);
ARMRelocator.cpp 307 Relocator::Result ARMRelocator::applyRelocation(Relocation& pRelocation) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 70 Result applyRelocation(Relocation& pRelocation);
AArch64Relocator.cpp 72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 70 Result applyRelocation(Relocation& pRelocation);
HexagonRelocator.cpp 176 Relocator::Result HexagonRelocator::applyRelocation(Relocation& pRelocation) {
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 97 Relocator::Result result = pRelocator.applyRelocation(*this);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 66 Result applyRelocation(Relocation& pReloc);
MipsRelocator.cpp 149 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) {
    [all...]

Completed in 133 milliseconds