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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86560   SWIG_Python_SetConstant(d, "eSectionTypeAbsoluteAddress",SWIG_From_int(static_cast< int >(lldb::eSectionTypeAbsoluteAddress)));
tools/lldb/source/Core/Section.cpp
  137   case eSectionTypeAbsoluteAddress:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  673           if (section_sp->GetType() != eSectionTypeAbsoluteAddress)
 2185                                     eSectionTypeAbsoluteAddress, symbol_value,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1162         case eSectionTypeAbsoluteAddress:
tools/lldb/source/Symbol/ObjectFile.cpp
  386           case eSectionTypeAbsoluteAddress: