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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 517 // Mips64GOT
519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) {
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
526 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) {
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
542 size_t Mips64GOT::getEntrySize() const {
546 void Mips64GOT::reserveHeader() {
MipsGOT.h 236 /** \class Mips64GOT
239 class Mips64GOT : public MipsGOT {
241 explicit Mips64GOT(LDSection& pSection);
MipsLDBackend.cpp     [all...]

Completed in 50 milliseconds