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
 2155         if (IS_MICROMIPS(symbol.st_other))
 2211     uint32_t flags = symbol.st_other << 8 | symbol.st_info | additional_flags;