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

References

include/llvm/BinaryFormat/MachO.h
 1277   sys::swapByteOrder(sym.n_value);
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  218       Value = NL64.n_value;
lib/Object/MachOObjectFile.cpp
 1698       NValue = STE_64.n_value;
 1772     return Entry.n_value;
lib/ObjectYAML/MachOEmitter.cpp
  380   ListEntry.n_value = NLE.n_value;
tools/dsymutil/MachODebugMapParser.cpp
   84                                STE.n_value);
  100                     STE.n_value);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  398           sout.value = sin->n_value;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1056       nb->n_value = sym.value;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2039   nlist.n_value = nlist_data.GetAddress_unchecked(&nlist_data_offset);
 3757             if (nlist.n_value != 0)
 3759                   section_info.GetSection(nlist.n_sect, nlist.n_value);
 3774                 section_info.GetSection(nlist.n_sect, nlist.n_value);
 3777                 std::make_pair(nlist.n_value, sym_idx));
 3789                   ->SetByteSize(nlist.n_value);
 3802               std::make_pair(nlist.n_value, sym_idx));
 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);
 4074           const char *reexport_name_cstr = strtab_data.PeekCStr(nlist.n_value);
 4105           symbol_section = section_info.GetSection(nlist.n_sect, nlist.n_value);
 4269       uint64_t symbol_value = nlist.n_value;
 4303           addr_t symbol_lookup_file_addr = nlist.n_value;
 4355           range = N_FUN_addr_to_sym_idx.equal_range(nlist.n_value);
 4369                 if (resolver_addresses.find(nlist.n_value) !=
 4377             if (resolver_addresses.find(nlist.n_value) !=
 4391           range = N_STSYM_addr_to_sym_idx.equal_range(nlist.n_value);
tools/llvm-nm/llvm-nm.cpp
  402         NValue = STE_64.n_value;
tools/llvm-objcopy/MachO/MachOReader.cpp
  185   SE.n_value = nlist.n_value;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  265   ListEntry.n_value = SE.n_value;
tools/llvm-readobj/MachODumper.cpp
  409   Symbol.Value        = Entry.n_value;
tools/obj2yaml/macho2yaml.cpp
  474   NL.n_value = nlist.n_value;