Searched refs:firstGlobal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 194 return llvm::ArrayRef(symbols.get() + 1, firstGlobal - 1); in getLocalSymbols() 197 return llvm::ArrayRef(symbols.get() + firstGlobal, in getGlobalSymbols() 198 numSymbols - firstGlobal); in getGlobalSymbols() 201 return llvm::MutableArrayRef(symbols.get() + firstGlobal, in getMutableGlobalSymbols() 202 numSymbols - firstGlobal); in getMutableGlobalSymbols() 214 return getELFSyms<ELFT>().slice(firstGlobal); in getGlobalELFSyms() 228 uint32_t firstGlobal = 0; variable
|
| H A D | InputFiles.cpp | 523 firstGlobal = symtabSec->sh_info; in init() 526 if (firstGlobal == 0 || firstGlobal > eSyms.size()) in init() 1146 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) in initializeSymbols() 1152 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in initializeSymbols() 1204 if (!firstGlobal) in initSectionsAndLocalSyms() 1206 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms() 1207 memset(locals, 0, sizeof(SymbolUnion) * firstGlobal); in initSectionsAndLocalSyms() 1210 for (size_t i = 0, end = firstGlobal; i != end; ++i) { in initSectionsAndLocalSyms() 1253 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in postParse() 1587 size_t size = numSymbols - firstGlobal; in parse() [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1202 for (size_t i = 1, end = firstGlobal; i != end; ++i) { in importCmseSymbols() 1207 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in importCmseSymbols()
|