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

  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 37 Relocation* consumeEntry();
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 43 Relocation* OutputRelocSection::consumeEntry()
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 90 Relocation& rel_entry = *pTarget.getRelDyn().consumeEntry();
591 Relocation* rel_entry = getTarget().getRelDyn().consumeEntry();
663 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
767 Relocation& rel_entry = *ld_backend.getRelPLT().consumeEntry();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 363 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
448 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 82 Relocation& rel_entry = *getTarget().getRelDyn().consumeEntry();
599 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
659 Relocation& rel_entry = *ld_backend.getRelPLT().consumeEntry();
697 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 132 Relocation& rel_entry = *pTarget.getRelaDyn().consumeEntry();
334 Relocation& rela_entry = *ld_backend.getRelaDyn().consumeEntry();
434 Relocation& rela_entry = *ld_backend.getRelaPLT().consumeEntry();
    [all...]

Completed in 1874 milliseconds