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

References

tools/llvm-objdump/MachODump.cpp
 8677     if (section_type == MachO::S_REGULAR)
 8679     else if (section_type == MachO::S_ZEROFILL)
 8681     else if (section_type == MachO::S_CSTRING_LITERALS)
 8683     else if (section_type == MachO::S_4BYTE_LITERALS)
 8685     else if (section_type == MachO::S_8BYTE_LITERALS)
 8687     else if (section_type == MachO::S_16BYTE_LITERALS)
 8689     else if (section_type == MachO::S_LITERAL_POINTERS)
 8691     else if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS)
 8693     else if (section_type == MachO::S_LAZY_SYMBOL_POINTERS)
 8695     else if (section_type == MachO::S_SYMBOL_STUBS)
 8697     else if (section_type == MachO::S_MOD_INIT_FUNC_POINTERS)
 8699     else if (section_type == MachO::S_MOD_TERM_FUNC_POINTERS)
 8701     else if (section_type == MachO::S_COALESCED)
 8703     else if (section_type == MachO::S_INTERPOSING)
 8705     else if (section_type == MachO::S_DTRACE_DOF)
 8707     else if (section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS)
 8709     else if (section_type == MachO::S_THREAD_LOCAL_REGULAR)
 8711     else if (section_type == MachO::S_THREAD_LOCAL_ZEROFILL)
 8713     else if (section_type == MachO::S_THREAD_LOCAL_VARIABLES)
 8715     else if (section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS)
 8717     else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS)
 8720       outs() << format("0x%08" PRIx32, section_type) << "\n";
 8749   if (section_type == MachO::S_SYMBOL_STUBS ||
 8750       section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
 8751       section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
 8752       section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
 8753       section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS)
 8758   if (section_type == MachO::S_SYMBOL_STUBS)