Home
last modified time | relevance | path

Searched refs:text_offset (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsomread.c95 CORE_ADDR text_offset, data_offset; in som_symtab_read() local
98 text_offset = ANOFFSET (section_offsets, 0); in som_symtab_read()
128 dynamic = (text_offset != 0); in som_symtab_read()
153 bufp->symbol_value += text_offset; in som_symtab_read()
166 bufp->symbol_value += text_offset; in som_symtab_read()
173 bufp->symbol_value += text_offset; in som_symtab_read()
201 bufp->symbol_value += text_offset; in som_symtab_read()
232 bufp->symbol_value += text_offset; in som_symtab_read()
243 bufp->symbol_value += text_offset; in som_symtab_read()
250 bufp->symbol_value += text_offset; in som_symtab_read()
H A Dhppa-tdep.c315 CORE_ADDR text_offset) in internalize_unwinds() argument
333 if (gdbarch_tdep (current_gdbarch)->is_elf && text_offset == 0) in internalize_unwinds()
341 text_offset = low_text_segment_address; in internalize_unwinds()
352 table[i].region_start += text_offset; in internalize_unwinds()
355 table[i].region_end += text_offset; in internalize_unwinds()
412 CORE_ADDR text_offset; in read_unwind_info() local
416 text_offset = ANOFFSET (objfile->section_offsets, 0); in read_unwind_info()
484 unwind_entries, unwind_size, text_offset); in read_unwind_info()
509 ui->table[index].region_start += text_offset; in read_unwind_info()
H A Ddbxread.c2458 CORE_ADDR text_offset; /* Start of text segment for symbols */ in read_ofile_symtab() local
2465 text_offset = pst->textlow; in read_ofile_symtab()
2615 last_source_start_addr = text_offset; in read_ofile_symtab()
2620 if (last_source_start_addr > text_offset) in read_ofile_symtab()
2621 last_source_start_addr = text_offset; in read_ofile_symtab()
2623 pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in read_ofile_symtab()
H A Dhpread.c2783 CORE_ADDR text_offset, int text_size, in hpread_expand_symtab() argument
2849 objfile, text_offset, text_size, in hpread_expand_symtab()
2880 return end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in hpread_expand_symtab()
5091 struct objfile *objfile, CORE_ADDR text_offset, in hpread_process_one_debug_symbol() argument
5152 valu = text_offset; in hpread_process_one_debug_symbol()
5223 valu = text_offset; in hpread_process_one_debug_symbol()
5569 valu = text_offset + text_size + offset; in hpread_process_one_debug_symbol()
H A DChangeLog-1994602 * hppa-tdep.c (read_unwind_info): Use "text_offset" for linker
608 "text_offset" argument for dynamic relocation of
610 (read_unwind_info): Pass text_offset to internalize unwinds.
H A DChangeLog-1990168 text_end, exec_data_start, exec_data_end, text_offset,