Lines Matching refs:symbol_section

2028                                             SectionSP symbol_section;  in ParseSymtab()  local
2064symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2079symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2107symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2113symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2147symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2308symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2319symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2329symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2358symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2404symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2406 if (symbol_section == NULL) in ParseSymtab()
2419 … uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; in ParseSymtab()
2445 … const char *symbol_sect_name = symbol_section->GetName().AsCString(); in ParseSymtab()
2446 … if (symbol_section->IsDescendant (text_section_sp.get())) in ParseSymtab()
2448 … if (symbol_section->IsClear(SectionAttrUserPureInstructions | in ParseSymtab()
2455 … else if (symbol_section->IsDescendant(data_section_sp.get())) in ParseSymtab()
2506 … else if (symbol_section->IsDescendant(objc_section_sp.get())) in ParseSymtab()
2555 if (symbol_section) in ParseSymtab()
2557 … const addr_t section_file_addr = symbol_section->GetFileAddress(); in ParseSymtab()
2589 … const addr_t section_end_file_addr = section_file_addr + symbol_section->GetByteSize(); in ParseSymtab()
2659 … sym[GSYM_sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
2673 … sym[sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
2767 SectionSP symbol_section; in ParseSymtab() local
2803 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2818 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2846 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2852 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2886 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3048 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3059 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3069 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3098 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3144 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
3146 if (!symbol_section) in ParseSymtab()
3159 … uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; in ParseSymtab()
3185 … const char *symbol_sect_name = symbol_section->GetName().AsCString(); in ParseSymtab()
3186 if (symbol_section->IsDescendant (text_section_sp.get())) in ParseSymtab()
3188 if (symbol_section->IsClear(SectionAttrUserPureInstructions | in ParseSymtab()
3196 if (symbol_section->IsDescendant(data_section_sp.get())) in ParseSymtab()
3250 if (symbol_section->IsDescendant(objc_section_sp.get())) in ParseSymtab()
3302 if (symbol_section) in ParseSymtab()
3304 const addr_t section_file_addr = symbol_section->GetFileAddress(); in ParseSymtab()
3331 … const addr_t section_end_file_addr = section_file_addr + symbol_section->GetByteSize(); in ParseSymtab()
3401 sym[GSYM_sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
3415 sym[sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
3501 SectionSP symbol_section (symbol_addr.GetSection()); in ParseSymtab() local
3503 if (symbol_section) in ParseSymtab()
3505 const addr_t section_file_addr = symbol_section->GetFileAddress(); in ParseSymtab()
3507 … const addr_t section_end_file_addr = section_file_addr + symbol_section->GetByteSize(); in ParseSymtab()