Searched refs:DW_ADDR (Results 1 – 1 of 1) sorted by relevance
566 #define DW_ADDR(attr) ((attr)->u.addr) macro2593 cu->header.base_address = DW_ADDR (attr); in process_full_comp_unit()2601 cu->header.base_address = DW_ADDR (attr); in process_full_comp_unit()3052 high = DW_ADDR (attr); in dwarf2_get_pc_bounds()3055 low = DW_ADDR (attr); in dwarf2_get_pc_bounds()5396 part_die->lowpc = DW_ADDR (&attr); in read_partial_die()5400 part_die->highpc = DW_ADDR (&attr); in read_partial_die()5607 && (DW_ADDR (&die->attrs[i]) < cu->header.offset in read_full_die()5608 || (DW_ADDR (&die->attrs[i]) in read_full_die()5612 per_cu = dwarf2_find_containing_comp_unit (DW_ADDR (&die->attrs[i]), in read_full_die()[all …]