reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  314             bindingToCString(getBinding()), typeToCString(getType()), st_other,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2078         if (symbol.getBinding() == STB_LOCAL) {
 2103         if (symbol.getBinding() == STB_LOCAL) {
 2210     bool is_global = symbol.getBinding() == STB_GLOBAL;