Searched refs:stName (Results 1 – 1 of 1) sorted by relevance
1229 unsigned stName = eSym.st_name; in initSectionsAndLocalSyms() local1230 if (LLVM_UNLIKELY(stringTable.size() <= stName)) { in initSectionsAndLocalSyms()1232 stName = 0; in initSectionsAndLocalSyms()1234 StringRef name(stringTable.data() + stName); in initSectionsAndLocalSyms()