Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dwindows-tdep.c531 CORE_ADDR text_offset = text_offset_cached ? *text_offset_cached : 0; in windows_xfer_shared_library() local
538 if (!text_offset) in windows_xfer_shared_library()
544 text_offset = pe_text_section_offset (dll.get ()); in windows_xfer_shared_library()
546 *text_offset_cached = text_offset; in windows_xfer_shared_library()
549 obstack_grow_str (obstack, paddress (gdbarch, load_addr + text_offset)); in windows_xfer_shared_library()
H A Dhppa-tdep.c254 size_t size, CORE_ADDR text_offset)
273 if (gdbarch_tdep (gdbarch)->is_elf && text_offset == 0)
281 text_offset = low_text_segment_address;
285 text_offset = gdbarch_tdep (gdbarch)->solib_get_text_base (objfile);
296 table[i].region_start += text_offset;
299 table[i].region_end += text_offset;
356 CORE_ADDR text_offset;
360 text_offset = objfile->text_section_offset ();
428 unwind_entries, unwind_size, text_offset);
453 ui->table[index].region_start += text_offset;
H A Ddbxread.c2135 CORE_ADDR text_offset; /* Start of text segment for symbols */ in read_ofile_symtab() local
2140 text_offset = pst->text_low (objfile); in read_ofile_symtab()
2272 set_last_source_start_addr (text_offset); in read_ofile_symtab()
2277 if (get_last_source_start_addr () > text_offset) in read_ofile_symtab()
2278 set_last_source_start_addr (text_offset); in read_ofile_symtab()
2280 pst->compunit_symtab = end_symtab (text_offset + text_size, in read_ofile_symtab()
H A Dctfread.c1190 struct objfile *of, CORE_ADDR text_offset)
1197 language_c, text_offset);
H A Dwindows-nat.c753 CORE_ADDR text_offset = 0; member
3144 &li->text_offset, in windows_xfer_shared_libraries()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dwindows-tdep.c531 CORE_ADDR text_offset = text_offset_cached ? *text_offset_cached : 0; in windows_xfer_shared_library() local
538 if (!text_offset) in windows_xfer_shared_library()
544 text_offset = pe_text_section_offset (dll.get ()); in windows_xfer_shared_library()
546 *text_offset_cached = text_offset; in windows_xfer_shared_library()
549 obstack_grow_str (obstack, paddress (gdbarch, load_addr + text_offset)); in windows_xfer_shared_library()
H A Dhppa-tdep.c254 size_t size, CORE_ADDR text_offset)
273 if (gdbarch_tdep (gdbarch)->is_elf && text_offset == 0)
281 text_offset = low_text_segment_address;
285 text_offset = gdbarch_tdep (gdbarch)->solib_get_text_base (objfile);
296 table[i].region_start += text_offset;
299 table[i].region_end += text_offset;
356 CORE_ADDR text_offset;
360 text_offset = objfile->text_section_offset ();
428 unwind_entries, unwind_size, text_offset);
453 ui->table[index].region_start += text_offset;
H A Ddbxread.c2135 CORE_ADDR text_offset; /* Start of text segment for symbols */ in read_ofile_symtab() local
2140 text_offset = pst->text_low (objfile); in read_ofile_symtab()
2272 set_last_source_start_addr (text_offset); in read_ofile_symtab()
2277 if (get_last_source_start_addr () > text_offset) in read_ofile_symtab()
2278 set_last_source_start_addr (text_offset); in read_ofile_symtab()
2280 pst->compunit_symtab = end_symtab (text_offset + text_size, in read_ofile_symtab()
H A Dctfread.c1190 struct objfile *of, CORE_ADDR text_offset)
1197 language_c, text_offset);
H A Dwindows-nat.c753 CORE_ADDR text_offset = 0; member
3144 &li->text_offset, in windows_xfer_shared_libraries()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dpru-dis.c156 bfd_vma text_offset = address & ~0x3fffff; in pru_print_insn_arg() local
158 (*info->print_address_func) (i + text_offset, info); in pru_print_insn_arg()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dpru-dis.c156 bfd_vma text_offset = address & ~0x3fffff; in pru_print_insn_arg() local
158 (*info->print_address_func) (i + text_offset, info); in pru_print_insn_arg()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dpru-dis.c156 bfd_vma text_offset = address & ~0x3fffff; in pru_print_insn_arg() local
158 (*info->print_address_func) (i + text_offset, info); in pru_print_insn_arg()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dpru-dis.c156 bfd_vma text_offset = address & ~0x3fffff; in pru_print_insn_arg() local
158 (*info->print_address_func) (i + text_offset, info); in pru_print_insn_arg()
/netbsd/usr.bin/mkubootimage/
H A Darm64.h40 uint64_t text_offset; /* Image load offset */ member
H A Dmkubootimage.c367 printf(" text offset: 0x%" PRIx64 "\n", le64toh(hdr->text_offset)); in dump_header_arm64()
396 hdr->text_offset = htole64(image_entrypoint); in generate_header_arm64()
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-loc2c.c1054 CORE_ADDR text_offset; in do_compile_dwarf_expr_to_c() local
1060 &text_offset, &cfa_start, &cfa_end)) in do_compile_dwarf_expr_to_c()
1081 &text_offset, per_cu, per_objfile); in do_compile_dwarf_expr_to_c()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-loc2c.c1054 CORE_ADDR text_offset; in do_compile_dwarf_expr_to_c() local
1060 &text_offset, &cfa_start, &cfa_end)) in do_compile_dwarf_expr_to_c()
1081 &text_offset, per_cu, per_objfile); in do_compile_dwarf_expr_to_c()
/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.c359 CORE_ADDR text_offset) in execute_cfa_program() argument
397 fs->pc += text_offset; in execute_cfa_program()
H A Dloc.c3501 CORE_ADDR text_offset; in dwarf2_compile_expr_to_ax() local
3507 &text_offset, &cfa_start, &cfa_end)) in dwarf2_compile_expr_to_ax()
3520 ax_const_l (expr, text_offset); in dwarf2_compile_expr_to_ax()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.c359 CORE_ADDR text_offset) in execute_cfa_program() argument
397 fs->pc += text_offset; in execute_cfa_program()
H A Dloc.c3501 CORE_ADDR text_offset; in dwarf2_compile_expr_to_ax() local
3507 &text_offset, &cfa_start, &cfa_end)) in dwarf2_compile_expr_to_ax()
3520 ax_const_l (expr, text_offset); in dwarf2_compile_expr_to_ax()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-tic6x.c4164 bfd_vma text_offset = text_sec->output_section->vma in elf32_tic6x_write_section() local
4174 prel31_offset = ((text_offset - exidx_offset) >> 1) in elf32_tic6x_write_section()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-tic6x.c4174 bfd_vma text_offset = text_sec->output_section->vma in elf32_tic6x_write_section() local
4184 prel31_offset = ((text_offset - exidx_offset) >> 1) in elf32_tic6x_write_section()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-tic6x.c4288 bfd_vma text_offset = text_sec->output_section->vma in elf32_tic6x_write_section() local
4298 prel31_offset = ((text_offset - exidx_offset) >> 1) in elf32_tic6x_write_section()

12