Searched refs:read_address (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarf2read.c | 807 static CORE_ADDR read_address (bfd *, char *ptr, struct dwarf2_cu *, 3094 marker = read_address (obfd, buffer, cu, &dummy); in dwarf2_get_pc_bounds() 3099 base = read_address (obfd, buffer + addr_size, cu, &dummy); in dwarf2_get_pc_bounds() 3111 range_beginning = read_address (obfd, buffer, cu, &dummy); in dwarf2_get_pc_bounds() 3113 range_end = read_address (obfd, buffer, cu, &dummy); in dwarf2_get_pc_bounds() 3129 base = read_address (obfd, buffer + addr_size, cu, &dummy); in dwarf2_get_pc_bounds() 5657 DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read); in read_attribute_value() 5818 read_address (bfd *abfd, char *buf, struct dwarf2_cu *cu, int *bytes_read) in read_address() function 6543 address = read_address (abfd, line_ptr, cu, &bytes_read); in dwarf_decode_lines() 6764 read_address (objfile->obfd, DW_BLOCK (attr)->data + 1, cu, &dummy); in var_decode_location() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | dwarf2.c | 348 read_address (struct comp_unit *unit, bfd_byte *buf) in read_address() function 536 attr->u.val = read_address (unit, info_ptr); in read_attribute_value() 1139 address = read_address (unit, line_ptr); in decode_line_info()
|