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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  221       Sect = NL64.n_sect;
lib/Object/MachOObjectFile.cpp
 1695       NSect = STE_64.n_sect;
lib/ObjectYAML/MachOEmitter.cpp
  378   ListEntry.n_sect = NLE.n_sect;
tools/dsymutil/MachODebugMapParser.cpp
   83     handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
   99     dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  396           sout.sect  = sin->n_sect;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1054       nb->n_sect = sym.sect;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2037   nlist.n_sect = nlist_data.GetU8_unchecked(&nlist_data_offset);
 3759                   section_info.GetSection(nlist.n_sect, nlist.n_value);
 3774                 section_info.GetSection(nlist.n_sect, nlist.n_value);
 3803           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 3812           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 3843           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 3997           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4006           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4016           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4042           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4105           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4113           if (TEXT_eh_frame_sectID == nlist.n_sect) {
tools/llvm-nm/llvm-nm.cpp
  399         NSect = STE_64.n_sect;
  672     NSect = STE_64.n_sect;
 1178     return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
  183   SE.n_sect = nlist.n_sect;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  263   ListEntry.n_sect = SE.n_sect;
tools/llvm-readobj/MachODumper.cpp
  407   Symbol.SectionIndex = Entry.n_sect;
tools/obj2yaml/macho2yaml.cpp
  472   NL.n_sect = nlist.n_sect;