Searched refs:section_ranges (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | Symtab.cpp | 829 RangeVector<addr_t, addr_t> §ion_ranges) { in AddSectionsToRangeMap() argument 839 AddSectionsToRangeMap(&child_sectlist, section_ranges); in AddSectionsToRangeMap() 847 section_ranges.Append(entry); in AddSectionsToRangeMap() 880 RangeVector<addr_t, addr_t> section_ranges; in InitAddressIndexes() local 882 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes() 883 section_ranges.Sort(); in InitAddressIndexes() 896 section_ranges.FindEntryThatContains(curr_base_addr); in InitAddressIndexes()
|
/external/elfutils/src/ |
D | readelf.c | 258 section_ranges = 512, /* .debug_ranges */ enumerator 267 | section_ranges | section_exception | section_gdb_index 504 print_debug_sections |= section_ranges; in parse_opt() 7272 nlpt = notice_listptr (section_ranges, &known_rangelistptr, in attr_callback() 7283 nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7309 bool nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7945 || (version < 5 && (print_debug_sections & section_ranges) != 0))) in print_debug_units() 11409 { ".debug_rnglists", section_ranges, in print_debug()
|
D | ChangeLog | 4809 (enum section_e): Add section_ranges.
|