HomeSort by relevance Sort by last modified time
    Searched defs:Mips32GOT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 482 // Mips32GOT
484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) {
487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
491 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) {
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
507 size_t Mips32GOT::getEntrySize() const {
511 void Mips32GOT::reserveHeader() {
MipsGOT.h 218 /** \class Mips32GOT
221 class Mips32GOT : public MipsGOT {
223 explicit Mips32GOT(LDSection& pSection);

Completed in 52 milliseconds