Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp177 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
228 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() argument
233 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
253 uint32_t symIndex; member
420 uint32_t symIndex = (uint32_t)-1; in reportProblemSymbols() local
[all...]
H A DDriver.cpp1222 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); findKeepUniqueSections() local
H A DWriter.cpp1996 for (uint32_t symIndex : symIndices) { getSymbolsFromSections() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp114 uint32_t symIndex = rel.getSymbol(config->isMips64EL); findAux() local
H A DInputFiles.h254 uint32_t symIndex = rel.getSymbol(config->isMips64EL); getRelocTargetSym() local
H A DRelocations.cpp504 uint32_t symIndex = rel.getSymbol(config->isMips64EL); computeMipsAddend() local
1401 uint32_t symIndex = rel.getSymbol(config->isMips64EL); scanOne() local
H A DDriver.cpp2276 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); findKeepUniqueSections() local
/freebsd-src/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