Searched refs:firstGlobal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 184 return llvm::ArrayRef(symbols.get() + 1, firstGlobal - 1); in getLocalSymbols() 187 return llvm::ArrayRef(symbols.get() + firstGlobal, in getGlobalSymbols() 188 numSymbols - firstGlobal); in getGlobalSymbols() 191 return llvm::MutableArrayRef(symbols.get() + firstGlobal, in getMutableGlobalSymbols() 192 numSymbols - firstGlobal); in getMutableGlobalSymbols() 204 return getELFSyms<ELFT>().slice(firstGlobal); in getGlobalELFSyms() 216 uint32_t firstGlobal = 0; variable
|
| H A D | InputFiles.cpp | 547 firstGlobal = symtabSec->sh_info; in init() 550 if (firstGlobal == 0 || firstGlobal > eSyms.size()) in init() 1076 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) in initializeSymbols() 1082 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in initializeSymbols() 1134 if (!firstGlobal) in initSectionsAndLocalSyms() 1136 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms() 1137 memset(locals, 0, sizeof(SymbolUnion) * firstGlobal); in initSectionsAndLocalSyms() 1140 for (size_t i = 0, end = firstGlobal; i != end; ++i) { in initSectionsAndLocalSyms() 1178 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in postParse() 1474 size_t size = numELFSyms - firstGlobal; in parse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1111 for (size_t i = 1, end = firstGlobal; i != end; ++i) { in importCmseSymbols() 1116 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in importCmseSymbols()
|