Lines Matching full:symbols
46 for (auto &Sym : Obj.symbols()) {
52 // Skip symbols not defined in this object file.
56 // Skip symbols that are not global.
60 // Skip symbols that have type SF_File.
74 // Strip the 'exported' flag from MachO linker-private symbols.
103 for (auto &Sym : Obj.symbols()) {
109 // Skip symbols not defined in this object file.
113 // Skip symbols that are not global.
117 // Skip symbols that have type SF_File.
158 for (auto &Sym : Obj.symbols()) {
164 // Handle comdat symbols
185 // Skip symbols not defined in this object file.
190 // Skip symbols that are not global.
194 // Skip symbols that have type SF_File.
239 for (auto &Sym : Obj.symbols()) {
245 // Skip symbols not defined in this object file.
249 // Skip symbols that are not global.
253 // Skip symbols that have type SF_File.