reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1059 if (!atom->name().empty()) { 1062 if (auto ec = getSymbolTableRegion(atom, inGlobalsRegion, symbolScope)){ 1066 AtomAndIndex ai = { atom, sect->finalSectionIndex, symbolScope }; 1070 sym.name = atom->name(); 1074 sym.desc = descBits(atom); 1075 sym.value = _atomToAddress[atom]; 1076 _atomToSymbolIndex[atom] = file.localSymbols.size(); 1079 } else if (rMode && _archHandler.needsLocalSymbolInRelocatableFile(atom)){ 1091 sym.value = _atomToAddress[atom]; 1092 _atomToSymbolIndex[atom] = file.localSymbols.size();