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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 35 void applyGOT0(uint64_t pAddress);
52 void applyGOT0(uint64_t pAddress);
X86GOTPLT.cpp 36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) {
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) {
X86LDBackend.cpp 491 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
676 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 35 void applyGOT0(uint64_t pAddress);
HexagonGOTPLT.cpp 39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) {
HexagonLDBackend.cpp 353 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 72 void applyGOT0(uint64_t pAddress);
AArch64GOT.cpp 96 void AArch64GOT::applyGOT0(uint64_t pAddress) {
AArch64LDBackend.cpp 250 m_pGOTPLT->applyGOT0(file_format->getDynamic().addr());
253 m_pGOTPLT->applyGOT0(0);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 60 void applyGOT0(uint64_t pAddress);
ARMGOT.cpp 93 void ARMGOT::applyGOT0(uint64_t pAddress) {
ARMLDBackend.cpp 342 m_pGOT->applyGOT0(file_format->getDynamic().addr());
345 m_pGOT->applyGOT0(0);
    [all...]

Completed in 127 milliseconds