Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 25 of 41) sorted by relevance

12

/toolchain/binutils/binutils-2.27/gold/
Dgdb-index.h87 Dwarf_range_list* ranges) in add_address_range_list() argument
89 this->ranges_.push_back(Per_cu_range_list(object, cu_index, ranges)); in add_address_range_list()
192 : object(obj), cu_index(index), ranges(r) in Per_cu_range_list()
196 Dwarf_range_list* ranges; member
Dgdb-index.cc826 Dwarf_range_list* ranges = this->read_range_list(shndx, ranges_offset); in record_cu_ranges() local
827 if (ranges != NULL) in record_cu_ranges()
829 this->cu_index_, ranges); in record_cu_ranges()
852 Dwarf_range_list* ranges = new Dwarf_range_list(); in record_cu_ranges() local
853 ranges->add(shndx, low_pc, high_pc); in record_cu_ranges()
855 this->cu_index_, ranges); in record_cu_ranges()
1209 data_size += this->ranges_[i].ranges->size() * gdb_index_addr_size; in set_final_data_size()
1285 const Dwarf_range_list& ranges = *this->ranges_[i].ranges; in do_write() local
1286 for (unsigned int j = 0; j < ranges.size(); ++j) in do_write()
1288 const Dwarf_range_list::Range& range = ranges[j]; in do_write()
Ddwarf_reader.cc395 Dwarf_range_list* ranges; in read_range_list() local
406 ranges = new Dwarf_range_list(); in read_range_list()
452 ranges->add(shndx1, base + start, base + end); in read_range_list()
460 return ranges; in read_range_list()
Dmips.cc629 : object(NULL), symndx(-1U), ranges(NULL), num_pages(0) in Got_page_entry()
633 : object(object_), symndx(symndx_), ranges(NULL), num_pages(0) in Got_page_entry()
641 Got_page_range* ranges; member
5713 range_ptr = &entry->ranges; in record_got_page_entry()
DChangeLog920 address ranges.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Drange-err-2.s1 ; Test error cases for constant ranges.
Drange-err-3.s1 ; Test more error cases for constant ranges.
Drange-err-1.s1 ; Test error cases for constant ranges.
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.h92 ranges, enumerator
DNEWS220 several memory ranges, provided those ranges are disjoint.
231 * readelf can now display address ranges from .debug_range sections. This
Dieee.c3843 struct ieee_range *ranges; member
4355 plist = &info->ranges; in ieee_add_range()
4862 info->ranges = NULL; in ieee_start_compilation_unit()
4968 for (r = info->ranges; r != NULL; r = r->next) in ieee_finish_compilation_unit()
DChangeLog-2015759 bug checking address ranges.
DChangeLog-9899282 and add that into ranges. Break from loop only if length is also 0.
/toolchain/binutils/binutils-2.27/bfd/
Delf32-xtensa.c7497 reloc_range *ranges = NULL; in build_reloc_ranges() local
7525 ranges = bfd_realloc (ranges, max_n * sizeof (*ranges)); in build_reloc_ranges()
7528 ranges[n].addr = irel->r_offset; in build_reloc_ranges()
7529 ranges[n + 1].addr = r_rel.target_offset; in build_reloc_ranges()
7531 ranges[n].add = ranges[n].addr < ranges[n + 1].addr; in build_reloc_ranges()
7532 ranges[n + 1].add = !ranges[n].add; in build_reloc_ranges()
7534 ranges[n].irel_index = i; in build_reloc_ranges()
7535 ranges[n + 1].irel_index = i; in build_reloc_ranges()
7580 ranges = bfd_realloc (ranges, n * sizeof (*ranges)); in build_reloc_ranges()
7581 qsort (ranges, n, sizeof (*ranges), reloc_range_compare); in build_reloc_ranges()
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em349 /* If there were no new ranges for this output section, we don't
356 ranges to mark the sections that are not mixed (and already have
/toolchain/binutils/binutils-2.27/gprof/
DChangeLog-2007159 histogram records with disjoint address ranges.
Dgprof.texi2099 records) are read, the memory ranges of each pair of histogram records
2205 Shows address ranges of histograms as they are read, and each
/toolchain/binutils/binutils-2.27/binutils/testsuite/
DChangeLog-12154 * binutils-all/dw2-ranges.S: New file.
5 * binutils-all/dw2-ranges.W: New file.
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-hppa.texi160 @samp{argw@var{n}} (where @var{n} ranges from @code{0} to @code{3}, and
Dinternals.texi1717 modes for instructions that can specify different ranges of values, with
1718 successive modes able to access wider ranges, including the entirety of the
1719 previous range. Smaller ranges are assumed to be more desirable (perhaps the
Dc-xtensa.texi556 1020. A load offset outside these ranges can be materialized with
/toolchain/binutils/binutils-2.27/include/elf/
DChangeLog-04151003 other invalid ranges.
1270 * common.h: Update comments for dynamic tag ranges.
/toolchain/binutils/binutils-2.27/zlib/doc/
Drfc1951.txt763 A compressor may limit further the ranges of values specified in
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-20051078 * ld/ia64/tlsbin.[rt]d: Widen expected offset/size ranges.
DChangeLog-2014390 * ld-elf/eh1.s: Don't create FDEs with zero address ranges.

12