| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | dwarf2.c | 343 struct arange struct 345 struct arange *next; argument 372 struct arange arange; member 1838 struct arange arange; member 2286 arange_add (struct comp_unit *unit, struct arange *first_arange, in arange_add() 2289 struct arange *arange; in arange_add() local 2317 arange = first_arange; in arange_add() 2320 if (low_pc == arange->high) in arange_add() 2322 arange->high = high_pc; in arange_add() 2325 if (high_pc == arange->low) in arange_add() [all …]
|
| D | ChangeLog-2007 | 855 * Makefile.am (BFD32_LIBS): Add arange-set.lo. 856 (BFD32_LIBS_CFILES): Add arange-set.c. 857 (SOURCE_HFILES): Add arange-set.h 858 (dwarf2.lo): Add dependency upon arange-set.h. 859 (arange-set.lo): New target. 861 * arange-set.c: New file. 862 * arange-set.h: New file. 863 * dwarf2.c: Include arange-set.h. 866 (struct comp_unit) Replace field arange with a new field arange_set. 870 functions to utilize arange set in dwarf2.c. [all …]
|
| D | ChangeLog-2005 | 3686 (struct funcinfo): Replace low/high members with an arange. 3689 (decode_line_info): Change arange_add call to pass bfd and arange 3691 (lookup_address_in_line_info_table): Use arange list instead of 3692 individual low/high members. Walk function's arange list to find 3695 (lookup_address_in_function_table): Use arange list instead of 3699 (scan_unit_for_functions): Use arange list instead of individual 3701 (parse_comp_unit): Use arange list instead of individual low/high
|
| D | ChangeLog-2008 | 3126 * arange-set.c: Delete. 3127 * arange-set.h: Delete.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | dwarf2.c | 343 struct arange struct 345 struct arange *next; argument 372 struct arange arange; member 1838 struct arange arange; member 2308 arange_add (struct comp_unit *unit, struct arange *first_arange, in arange_add() 2311 struct arange *arange; in arange_add() local 2339 arange = first_arange; in arange_add() 2342 if (low_pc == arange->high) in arange_add() 2344 arange->high = high_pc; in arange_add() 2347 if (high_pc == arange->low) in arange_add() [all …]
|
| D | ChangeLog-2007 | 855 * Makefile.am (BFD32_LIBS): Add arange-set.lo. 856 (BFD32_LIBS_CFILES): Add arange-set.c. 857 (SOURCE_HFILES): Add arange-set.h 858 (dwarf2.lo): Add dependency upon arange-set.h. 859 (arange-set.lo): New target. 861 * arange-set.c: New file. 862 * arange-set.h: New file. 863 * dwarf2.c: Include arange-set.h. 866 (struct comp_unit) Replace field arange with a new field arange_set. 870 functions to utilize arange set in dwarf2.c. [all …]
|
| D | ChangeLog-2005 | 3686 (struct funcinfo): Replace low/high members with an arange. 3689 (decode_line_info): Change arange_add call to pass bfd and arange 3691 (lookup_address_in_line_info_table): Use arange list instead of 3692 individual low/high members. Walk function's arange list to find 3695 (lookup_address_in_function_table): Use arange list instead of 3699 (scan_unit_for_functions): Use arange list instead of individual 3701 (parse_comp_unit): Use arange list instead of individual low/high
|
| D | ChangeLog-2008 | 3126 * arange-set.c: Delete. 3127 * arange-set.h: Delete.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | dw2-ranges-base.exp | 113 arange {} [lindex $main_func 0] [lindex $main_func 1] 114 arange {} [lindex $frame2_func 0] [lindex $frame2_func 1] 115 arange {} [lindex $frame3_func 0] [lindex $frame3_func 1]
|
| D | debug-aranges-duplicate-offset-warning.exp | 53 arange {} $main_start $main_len 56 arange {} $frame2_start $frame2_len
|
| D | locexpr-data-member-location.exp | 314 arange {} 0 0 315 arange {} $foo_start $foo_end 316 arange {} $bar_start $bar_end
|
| D | dwzbuildid.exp | 54 arange {} 0 0 88 arange {} 0 0
|
| D | cu-no-addrs.exp | 50 arange {} $main_start $main_length
|
| D | template-specification-full-name.exp | 70 arange {} "$main_start" "$main_length"
|
| D | frame-inlined-in-outer-frame.exp | 99 arange {} __cu_low_pc __cu_high_pc
|
| D | dw2-dir-file-name.exp | 327 arange {} $name_start "$name_end - $name_start"
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | addr_families.c | 461 struct arange { struct 472 struct arange *a; in arange_parse_addr() argument 565 struct arange *a; in arange_free() 579 struct arange *i, *o; in arange_copy() 604 struct arange *a; in arange_print_addr() 646 struct arange *a; in arange_order_addr() 663 struct arange *b = a2->address.data; in arange_order_addr() 773 KRB5_ADDRESS_ARANGE, KRB5_ADDRESS_ARANGE, sizeof(struct arange),
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 7667 DWARF2_Internal_ARange arange; in display_debug_aranges() local 7679 SAFE_BYTE_GET_AND_INC (arange.ar_length, hdrptr, 4, end); in display_debug_aranges() 7680 if (arange.ar_length == 0xffffffff) in display_debug_aranges() 7682 SAFE_BYTE_GET_AND_INC (arange.ar_length, hdrptr, 8, end); in display_debug_aranges() 7688 if (arange.ar_length > (size_t) (end - hdrptr)) in display_debug_aranges() 7692 section->name, sec_off, arange.ar_length); in display_debug_aranges() 7695 end_ranges = hdrptr + arange.ar_length; in display_debug_aranges() 7697 SAFE_BYTE_GET_AND_INC (arange.ar_version, hdrptr, 2, end_ranges); in display_debug_aranges() 7698 SAFE_BYTE_GET_AND_INC (arange.ar_info_offset, hdrptr, offset_size, in display_debug_aranges() 7703 && find_debug_info_for_offset (arange.ar_info_offset) == NULL) in display_debug_aranges() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | local.mk | 77 sim-arange.o \
|
| D | ChangeLog-2021 | 463 hw-properties.c, hw-tree.c, sim-abort.c, sim-arange.c, sim-bits.c, 913 hw-ports.c, hw-properties.c, hw-tree.c, nrun.c, sim-arange.c, 1047 * Make-common.in (sim-arange_h): Remove sim-arange.c 1048 * sim-arange.c: Remove SIM_ARANGE_C. 1050 Include "sim-arange.h". 1057 * sim-arange.h (sim_addr_range_add): Declare as 1063 Wrap include "sim-arange.c" in H_REVEALS_MODULE_P. 1064 * sim-base.h: Include "sim-arange.h" 1065 * sim-basics.h: Remove include of "sim-arange.h" 1066 * sim-inline.c: Include "sim-arange.c" [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | dwarf.exp | 2727 proc arange { options arange_start arange_length } { procedure 2866 arange {comment $comment} 0 0 2868 arange {comment $comment seg_sel 0} 0 0
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 68 arange
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | ChangeLog.2001 | 366 * lib/krb5/addr_families.c: add new `arange' fake address type,
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | ChangeLog-2021 | 2041 starting a simulation run. Re-arange main loop so that simulator 4238 * emul_generic.c (emul_add_tree_hardware): Re-arange device tree 4435 * device_table.c (device_table): Re-arange the table of devices so 6840 * psim/ppc: Re-arange entire directory structure so that
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | Makefile.in | 1942 SIM_NEW_COMMON_OBJS = sim-arange.o sim-bits.o sim-close.o \
|