Home
last modified time | relevance | path

Searched defs:symIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp177 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations()
228 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations()
233 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations()
253 uint32_t symIndex; member
420 uint32_t symIndex = (uint32_t)-1; in reportProblemSymbols() local
H A DDriver.cpp1214 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
H A DWriter.cpp2000 for (uint32_t symIndex : symIndices) { in getSymbolsFromSections() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp115 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in findAux() local
H A DInputFiles.h111 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in getRelocTargetSym() local
H A DRelocations.cpp507 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in computeMipsAddend() local
1442 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in scanOne() local
H A DDriver.cpp2408 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp842 const uint32_t symIndex = symbolIndices[j]; in parseSymbols() local
878 const uint32_t symIndex = symbolIndices[j]; in parseSymbols() local