Searched refs:GlobalSymtabLoc (Results 1 – 1 of 1) sorted by relevance
1288 const char *&GlobalSymtabLoc, in getGlobalSymtabLocAndSize() argument1300 GlobalSymtabLoc = Data.getBufferStart() + GlobalSymtabOffset; in getGlobalSymtabLocAndSize()1302 reinterpret_cast<const BigArMemHdrType *>(GlobalSymtabLoc); in getGlobalSymtabLocAndSize()1326 const char *GlobalSymtabLoc, uint64_t Size) { in appendGlobalSymbolTableInfo() argument1335 StringRef(GlobalSymtabLoc + sizeof(BigArMemHdrType), Size); in appendGlobalSymbolTableInfo()1336 uint64_t SymNum = read64be(GlobalSymtabLoc + sizeof(BigArMemHdrType)); in appendGlobalSymbolTableInfo()