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

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3758               symbol_section =
 3773             symbol_section =
 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);
 4107           if (!symbol_section) {
 4116             uint32_t section_type = symbol_section->Get() & SECTION_TYPE;
 4161               switch (symbol_section->GetType()) {
 4184                   symbol_section->GetName().AsCString();
 4185               if (symbol_section->IsDescendant(text_section_sp.get())) {
 4186                 if (symbol_section->IsClear(S_ATTR_PURE_INSTRUCTIONS |
 4192               } else if (symbol_section->IsDescendant(data_section_sp.get()) ||
 4193                          symbol_section->IsDescendant(
 4195                          symbol_section->IsDescendant(
 4244               } else if (symbol_section->IsDescendant(objc_section_sp.get())) {
 4300       if (symbol_section) {
 4301         const addr_t section_file_addr = symbol_section->GetFileAddress();
 4328                 section_file_addr + symbol_section->GetByteSize();
 4424                 sym[GSYM_sym_idx].GetAddressRef().SetSection(symbol_section);
 4441         sym[sym_idx].GetAddressRef().SetSection(symbol_section);