Lines Matching refs:section_name

1427                                         ConstString section_name) {  in GetSectionType()  argument
1466 if (section_name == g_sect_name_dwarf_debug_abbrev) in GetSectionType()
1468 if (section_name == g_sect_name_dwarf_debug_aranges) in GetSectionType()
1470 if (section_name == g_sect_name_dwarf_debug_frame) in GetSectionType()
1472 if (section_name == g_sect_name_dwarf_debug_info) in GetSectionType()
1474 if (section_name == g_sect_name_dwarf_debug_line) in GetSectionType()
1476 if (section_name == g_sect_name_dwarf_debug_loc) in GetSectionType()
1478 if (section_name == g_sect_name_dwarf_debug_loclists) in GetSectionType()
1480 if (section_name == g_sect_name_dwarf_debug_macinfo) in GetSectionType()
1482 if (section_name == g_sect_name_dwarf_debug_names) in GetSectionType()
1484 if (section_name == g_sect_name_dwarf_debug_pubnames) in GetSectionType()
1486 if (section_name == g_sect_name_dwarf_debug_pubtypes) in GetSectionType()
1488 if (section_name == g_sect_name_dwarf_debug_ranges) in GetSectionType()
1490 if (section_name == g_sect_name_dwarf_debug_str) in GetSectionType()
1492 if (section_name == g_sect_name_dwarf_debug_types) in GetSectionType()
1494 if (section_name == g_sect_name_dwarf_apple_names) in GetSectionType()
1496 if (section_name == g_sect_name_dwarf_apple_types) in GetSectionType()
1498 if (section_name == g_sect_name_dwarf_apple_namespaces) in GetSectionType()
1500 if (section_name == g_sect_name_dwarf_apple_objc) in GetSectionType()
1502 if (section_name == g_sect_name_objc_selrefs) in GetSectionType()
1504 if (section_name == g_sect_name_objc_msgrefs) in GetSectionType()
1506 if (section_name == g_sect_name_eh_frame) in GetSectionType()
1508 if (section_name == g_sect_name_compact_unwind) in GetSectionType()
1510 if (section_name == g_sect_name_cfstring) in GetSectionType()
1512 if (section_name == g_sect_name_go_symtab) in GetSectionType()
1514 if (section_name == g_sect_name_objc_data || in GetSectionType()
1515 section_name == g_sect_name_objc_classrefs || in GetSectionType()
1516 section_name == g_sect_name_objc_superrefs || in GetSectionType()
1517 section_name == g_sect_name_objc_const || in GetSectionType()
1518 section_name == g_sect_name_objc_classlist) { in GetSectionType()
1525 if (section_name == g_sect_name_text) in GetSectionType()
1527 if (section_name == g_sect_name_data) in GetSectionType()
1729 ConstString section_name( in ProcessSegmentCommand() local
1818 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()
1821 segment_sp, module_sp, this, ++context.NextSectionIdx, section_name, in ProcessSegmentCommand()