HomeSort by: relevance | last modified time | path
    Searched refs:getStubOffset (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize);
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset());
RuntimeDyldELF.cpp 1139 Stubs[Value] = Section.getStubOffset();
1141 Section.getAddressWithOffset(Section.getStubOffset()));
1168 Section.getStubOffset())),
1308 Stubs[Value] = Section.getStubOffset();
1310 Section.getAddressWithOffset(Section.getStubOffset()));
1320 Section.getStubOffset())),
1361 Stubs[Value] = Section.getStubOffset();
1366 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
1383 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());
1456 Stubs[Value] = Section.getStubOffset();
    [all...]
RuntimeDyldImpl.h 105 uintptr_t getStubOffset() const { return StubOffset; }
484 Sections[SectionID].getStubOffset() + getMaxStubSize());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 140 Stubs[Value] = Section.getStubOffset();
141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
142 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(),
RuntimeDyldMachOARM.h 317 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub");
318 Stubs[Value] = Section.getStubOffset();
326 Addr = Section.getAddressWithOffset(Section.getStubOffset());
RuntimeDyldCOFFX86_64.h 161 StubOffset = Section.getStubOffset();
RuntimeDyldCOFFAArch64.h 117 StubOffset = Section.getStubOffset();
RuntimeDyldMachOAArch64.h 458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &

Completed in 75 milliseconds