Searched defs:symIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 113 uint32_t symIndex = rel.getSymbol(ctx.arg.isMips64EL); in findAux() local
|
| H A D | InputFiles.h | 111 uint32_t symIndex = rel.getSymbol(ctx.arg.isMips64EL); in getRelocTargetSym() local
|
| H A D | Relocations.cpp | 502 uint32_t symIndex = rel.getSymbol(ctx.arg.isMips64EL); in computeMipsAddend() local 1500 uint32_t symIndex = rel.getSymbol(ctx.arg.isMips64EL); in scanOne() local
|
| H A D | Driver.cpp | 2586 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 136 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() 187 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() 192 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() 212 uint32_t symIndex; member 397 uint32_t symIndex = (uint32_t)-1; in reportProblemSymbols() local
|
| H A D | Driver.cpp | 1211 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
|
| H A D | Writer.cpp | 2213 for (uint32_t symIndex : symIndices) { in getSymbolsFromSections() local
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 840 const uint32_t symIndex = symbolIndices[j]; in parseSymbols() local 876 const uint32_t symIndex = symbolIndices[j]; in parseSymbols() local
|