Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/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.cc578 : object(NULL), symndx(-1U), ranges(NULL), num_pages(0) in Got_page_entry()
582 : object(object_), symndx(symndx_), ranges(NULL), num_pages(0) in Got_page_entry()
590 Got_page_range* ranges; member
4859 range_ptr = &entry->ranges; in record_got_page_entry()
/toolchain/binutils/binutils-2.25/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.25/binutils/
Ddwarf.h132 ranges, enumerator
DNEWS197 several memory ranges, provided those ranges are disjoint.
208 * 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-9899282 and add that into ranges. Break from loop only if length is also 0.
/toolchain/binutils/binutils-2.25/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.25/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.25/gas/doc/
Dc-hppa.texi160 @samp{argw@var{n}} (where @var{n} ranges from @code{0} to @code{3}, and
Dinternals.texi1715 modes for instructions that can specify different ranges of values, with
1716 successive modes able to access wider ranges, including the entirety of the
1717 previous range. Smaller ranges are assumed to be more desirable (perhaps the
Dc-xtensa.texi535 1020. A load offset outside these ranges can be materialized with
/toolchain/binutils/binutils-2.25/include/elf/
DChangeLog712 other invalid ranges.
979 * common.h: Update comments for dynamic tag ranges.
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog91 * ld-elf/eh1.s: Don't create FDEs with zero address ranges.
DChangeLog-20051078 * ld/ia64/tlsbin.[rt]d: Widen expected offset/size ranges.
/toolchain/binutils/binutils-2.25/binutils/po/
Dzh_CN.po2444 " -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n"
2465 " -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n"
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20121607 ranges.
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog2018 insns operating on larger memory ranges. Remove left over comments
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c147 struct mips_got_page_range *ranges; member
4216 range_ptr = &entry->ranges; in mips_elf_record_got_page_entry()
DChangeLog-98991912 (decode_line_info): Keep track of address ranges that a compilation
1915 in _any_ of the address ranges associated with a compilation unit.

12