Searched defs:MipsGOTParser (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1036 template <class ELFT> class MipsGOTParser { class in namespace:__anon26411
1041 MipsGOTParser(const ObjectFile *Obj, StreamWriter &W) : Obj(Obj), W(W) {} function in class:__anon26411::MipsGOTParser
1065 void MipsGOTParser<ELFT>::parseGOT(const Elf_Shdr &GOTShdr) {
1147 std::size_t MipsGOTParser<ELFT>::getGOTTotal(ArrayRef<uint8_t> GOT) const {
1152 typename MipsGOTParser<ELFT>::GOTIter
1153 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) {
1159 bool MipsGOTParser<ELFT>::getGOTTags(uint64_t &LocalGotNum, uint64_t &GotSym) {
1189 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, GOTIter BeginIt,
1198 void MipsGOTParser<ELFT>::printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt,
1239 MipsGOTParser<ELF
[all...]

Completed in 65 milliseconds