Searched refs:STB_GNU_UNIQUE (Results 1 – 19 of 19) sorted by relevance
58 case ELF::STB_GNU_UNIQUE: in setBinding()79 return ELF::STB_GNU_UNIQUE; in getBinding()
182 Symbol->setBinding(ELF::STB_GNU_UNIQUE); in emitSymbolAttribute()
1254 case ELF::STB_GNU_UNIQUE: in shouldRelocateWithSymbol()
132 // ELF STB_GNU_UNIQUE should map to Weak for ORC. in getELFObjectFileSymbolInfo() 133 if (Sym.getBinding() == ELF::STB_GNU_UNIQUE) in getELFObjectFileSymbolInfo()
40 #ifndef STB_GNU_UNIQUE41 #define STB_GNU_UNIQUE 10 macro112 GELF_ST_BIND(st_info) == STB_GNU_UNIQUE) in is_global_symbol()
275 if (binding == STB_GNU_UNIQUE && !config->gnuUnique) in computeBinding()
272 "Enable STB_GNU_UNIQUE symbol binding (default)",273 "Disable STB_GNU_UNIQUE symbol binding">;
1242 binding != STB_GNU_UNIQUE)) in postParse()
238 case ELF::STB_GNU_UNIQUE: in getSymbolLinkageAndScope()
878 #define STB_GNU_UNIQUE 10 /* Unique symbol (GNU) */ macro
1321 STB_GNU_UNIQUE = 10, enumerator
553 case STB_GNU_UNIQUE: return "STB_GNU_UNIQUE"; in st_bindings()575 case STB_GNU_UNIQUE: return "UNIQ"; in st_bindings_S()
879 if (Binding == ELF::STB_GNU_UNIQUE) in getSymbolNMTypeChar()1172 if (ELFSymbolRef(*I).getBinding() == ELF::STB_GNU_UNIQUE) in getNMSectionTagAndName()
403 Binding == ELF::STB_GNU_UNIQUE) && in isExportedToOtherDSO()
60 #ifndef STB_GNU_UNIQUE61 #define STB_GNU_UNIQUE 10 macro1043 case STB_GNU_UNIQUE: return "UNIQUE"; in st_bind()
1293 _ELF_DEFINE_STB(STB_GNU_UNIQUE, 10, "unique symbol (GNU)") \
851 ECase(STB_GNU_UNIQUE); in enumeration()
2939 if (ELFSymbolRef(Symbol).getBinding() == ELF::STB_GNU_UNIQUE) in printSymbol()
1293 {"Unique", "UNIQUE", ELF::STB_GNU_UNIQUE}};