Searched refs:GlobalSymtabLoc (Results 1 – 1 of 1) sorted by relevance
1289 const char *&GlobalSymtabLoc, in getGlobalSymtabLocAndSize() argument1301 GlobalSymtabLoc = Data.getBufferStart() + GlobalSymtabOffset; in getGlobalSymtabLocAndSize()1303 reinterpret_cast<const BigArMemHdrType *>(GlobalSymtabLoc); in getGlobalSymtabLocAndSize()1327 const char *GlobalSymtabLoc, uint64_t Size) { in appendGlobalSymbolTableInfo() argument1336 StringRef(GlobalSymtabLoc + sizeof(BigArMemHdrType), Size); in appendGlobalSymbolTableInfo()1337 uint64_t SymNum = read64be(GlobalSymtabLoc + sizeof(BigArMemHdrType)); in appendGlobalSymbolTableInfo()