Searched defs:symIndex (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | SymbolTable.cpp | 142 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() 193 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() 198 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() 218 uint32_t symIndex; member 355 uint32_t symIndex = (uint32_t)-1; in reportProblemSymbols() local
|
D | Driver.cpp | 1036 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
|
D | Writer.cpp | 1726 for (uint32_t symIndex : symIndices) { in getSymbolsFromSections() local
|
/external/llvm-project/lld/ELF/ |
D | DWARF.cpp | 116 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in findAux() local
|
D | SymbolTable.cpp | 72 int &symIndex = p.first->second; in insert() local
|
D | InputFiles.h | 223 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in getRelocTargetSym() local
|
D | Relocations.cpp | 641 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in computeMipsAddend() local 1286 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in scanReloc() local
|
D | Driver.cpp | 1777 uint64_t symIndex = decodeULEB128(cur, &size, contents.end(), &err); in findKeepUniqueSections() local
|
/external/llvm-project/lld/wasm/ |
D | SymbolTable.cpp | 101 int &symIndex = p.first->second; in insertName() local
|