/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.h | 87 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
|
D | gdb-index.cc | 826 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()
|
D | dwarf_reader.cc | 395 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()
|
D | mips.cc | 578 : 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/ |
D | range-err-2.s | 1 ; Test error cases for constant ranges.
|
D | range-err-3.s | 1 ; Test more error cases for constant ranges.
|
D | range-err-1.s | 1 ; Test error cases for constant ranges.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 132 ranges, enumerator
|
D | NEWS | 197 several memory ranges, provided those ranges are disjoint. 208 * readelf can now display address ranges from .debug_range sections. This
|
D | ieee.c | 3843 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()
|
D | ChangeLog-9899 | 282 and add that into ranges. Break from loop only if length is also 0.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sh64elf.em | 349 /* 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/ |
D | ChangeLog-2007 | 159 histogram records with disjoint address ranges.
|
D | gprof.texi | 2099 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/ |
D | c-hppa.texi | 160 @samp{argw@var{n}} (where @var{n} ranges from @code{0} to @code{3}, and
|
D | internals.texi | 1715 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
|
D | c-xtensa.texi | 535 1020. A load offset outside these ranges can be materialized with
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog | 712 other invalid ranges. 979 * common.h: Update comments for dynamic tag ranges.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog | 91 * ld-elf/eh1.s: Don't create FDEs with zero address ranges.
|
D | ChangeLog-2005 | 1078 * ld/ia64/tlsbin.[rt]d: Widen expected offset/size ranges.
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | zh_CN.po | 2444 " -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/ |
D | ChangeLog-2012 | 1607 ranges.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog | 2018 insns operating on larger memory ranges. Remove left over comments
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 147 struct mips_got_page_range *ranges; member 4216 range_ptr = &entry->ranges; in mips_elf_record_got_page_entry()
|
D | ChangeLog-9899 | 1912 (decode_line_info): Keep track of address ranges that a compilation 1915 in _any_ of the address ranges associated with a compilation unit.
|