Home
last modified time | relevance | path

Searched refs:text_section_offset (Results 1 – 18 of 18) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dpsympriv.h189 return m_text_low + objfile->text_section_offset (); in text_low()
195 return m_text_high + objfile->text_section_offset (); in text_high()
H A Dhppa-bsd-tdep.c90 pltgot += sec->objfile->text_section_offset (); in hppabsd_find_global_pointer()
H A Dcoffread.c924 + objfile->text_section_offset ()),
1117 + objfile->text_section_offset ());
1126 tmpaddr += objfile->text_section_offset ();
1149 tmpaddr = cs->c_value + objfile->text_section_offset ();
1441 addr += objfile->text_section_offset ();
1573 SYMBOL_VALUE (sym) += objfile->text_section_offset ();
H A Dxcoffread.c876 addr += objfile->text_section_offset ();
1244 cs->c_value + objfile->text_section_offset ();
1366 CORE_ADDR off = objfile->text_section_offset ();
1410 + objfile->text_section_offset ()));
1477 + objfile->text_section_offset ()));
1499 + objfile->text_section_offset ()));
H A Dobjfiles.h503 CORE_ADDR text_section_offset () const in text_section_offset() function
H A Dcoff-pe-read.c269 baseaddr = objfile->text_section_offset (); in add_pe_forwarded_sym()
H A Damd64-windows-tdep.c1023 base = pe->pe_opthdr.ImageBase + objfile->text_section_offset (); in amd64_windows_find_unwind_info()
H A Dpsymtab.c191 CORE_ADDR baseaddr = objfile->text_section_offset (); in find_pc_sect_psymtab()
H A Dctfread.c1263 return of->text_section_offset ();
H A Dhppa-tdep.c360 text_offset = objfile->text_section_offset ();
H A Dsolib-svr4.c2279 load_addr = os->objfile->text_section_offset ();
H A Dia64-tdep.c2720 load_base = objfile->text_section_offset (); in ia64_find_unwind_table()
H A DChangeLog-202016925 (struct objfile) <text_section_offset, data_section_offset>: New
16928 objfile::text_section_offset.
16937 objfile::text_section_offset.
16966 objfile::text_section_offset.
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dframe.c908 per_objfile->objfile->text_section_offset ()); in dwarf2_fetch_cfa_info()
915 per_objfile->objfile->text_section_offset ()); in dwarf2_fetch_cfa_info()
933 *text_offset_out = per_objfile->objfile->text_section_offset (); in dwarf2_fetch_cfa_info()
1029 cache->per_objfile->objfile->text_section_offset ()); in dwarf2_frame_cache()
1047 cache->per_objfile->objfile->text_section_offset ()); in dwarf2_frame_cache()
1063 cache->per_objfile->objfile->text_section_offset ()); in dwarf2_frame_cache()
1688 offset = objfile->text_section_offset ();
H A Dexpr.c635 result += this->per_objfile->objfile->text_section_offset (); in execute_stack_op()
643 result += this->per_objfile->objfile->text_section_offset (); in execute_stack_op()
H A Dread.c2556 baseaddr = objfile->text_section_offset ();
6975 baseaddr = objfile->text_section_offset ();
7871 baseaddr = objfile->text_section_offset ();
8126 baseaddr = objfile->text_section_offset ();
9361 baseaddr = objfile->text_section_offset ();
10571 baseaddr = objfile->text_section_offset ();
13017 baseaddr = objfile->text_section_offset ();
13197 baseaddr = objfile->text_section_offset ();
13281 baseaddr = objfile->text_section_offset ();
21198 baseaddr = objfile->text_section_offset ();
[all …]
H A Dloc.c372 CORE_ADDR base_offset = baton->per_objfile->objfile->text_section_offset (); in dwarf2_find_location_expression()
3154 uoffset += per_objfile->objfile->text_section_offset (); in dwarf2_compile_expr_to_ax()
4646 CORE_ADDR base_offset = objfile->text_section_offset (); in loclist_describe_location()
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-loc2c.c738 uoffset += per_objfile->objfile->text_section_offset (); in do_compile_dwarf_expr_to_c()