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.h 196 /** \class Mips32GOT
199 class Mips32GOT : public MipsGOT {
201 explicit Mips32GOT(LDSection& pSection);
MipsGOT.cpp 370 // Mips32GOT
372 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) {
375 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
379 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) {
391 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
395 size_t Mips32GOT::getEntrySize() const {
399 void Mips32GOT::reserveHeader() {

Completed in 468 milliseconds