Home
last modified time | relevance | path

Searched refs:sect_off (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2read.c2187 v += stmt_list_hash->line_offset.sect_off; in hash_stmt_list_entry()
2203 return lhs->line_offset.sect_off == rhs->line_offset.sect_off; in eq_stmt_list_entry()
2401 the_cu->offset.sect_off = offset; in create_cus_from_index_list()
2477 sig_type->per_cu.offset.sect_off = offset; in create_signatured_type_table_from_index()
2888 find_entry.hash.line_offset.sect_off = line_offset; in dw2_get_file_names_reader()
2907 qfn->hash.line_offset.sect_off = line_offset; in dw2_get_file_names_reader()
3867 sect_offset bottom = { cu_header->offset.sect_off }; in offset_in_cu_p()
3868 sect_offset top = { cu_header->offset.sect_off + get_cu_length (cu_header) }; in offset_in_cu_p()
3870 return (offset.sect_off >= bottom.sect_off && offset.sect_off < top.sect_off); in offset_in_cu_p()
3921 cu_header->abbrev_offset.sect_off = read_offset (abfd, info_ptr, cu_header, in read_comp_unit_head()
[all …]
HDgdbtypes.h45 unsigned int sect_off; member
HDdwarf2expr.c344 p->v.ptr.die.sect_off = ctx->len; in add_piece()