Home
last modified time | relevance | path

Searched refs:section_offsets (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/
H A Dsomread.c47 struct section_offsets *section_offsets) in som_symtab_read() argument
60 text_offset = ANOFFSET (section_offsets, 0); in som_symtab_read()
61 data_offset = ANOFFSET (section_offsets, 1); in som_symtab_read()
314 som_symtab_read (abfd, objfile, objfile->section_offsets); in som_symfile_read()
375 objfile->section_offsets = (struct section_offsets *) in som_symfile_offsets()
392 if (!som_solib_section_offsets (objfile, objfile->section_offsets)) in som_symfile_offsets()
403 (objfile->section_offsets)->offsets[i] = text_addr; in som_symfile_offsets()
H A Dsymfile.h204 struct section_offsets *new_offsets,
205 struct section_offsets *delta);
340 struct section_offsets *new_offsets,
341 struct section_offsets *delta);
427 (struct section_offsets *section_offsets, int num_sections,
477 struct section_offsets *, int, int);
589 struct section_offsets *,
H A Ddbxread.c1113 rel->address + ANOFFSET (objfile->section_offsets, in read_dbx_dynamic_symtab()
1930 != ANOFFSET (objfile->section_offsets, in read_dbx_symtab()
2000 != ANOFFSET (objfile->section_offsets, in read_dbx_symtab()
2181 ? (text_addr + ANOFFSET (objfile->section_offsets, in read_dbx_symtab()
2355 subpst->section_offsets = pst->section_offsets; in end_psymtab()
2529 struct section_offsets *section_offsets; in read_ofile_symtab() local
2539 section_offsets = pst->section_offsets; in read_ofile_symtab()
2647 namestring, section_offsets, objfile); in read_ofile_symtab()
2755 struct section_offsets *section_offsets, in process_one_symbol() argument
2791 ANOFFSET (section_offsets, SECT_OFF_TEXT (objfile)); in process_one_symbol()
[all …]
H A Dmipsread.c46 read_alphacoff_dynamic_symtab (struct section_offsets *,
90 read_alphacoff_dynamic_symtab (objfile->section_offsets, objfile); in mipscoff_symfile_read()
180 read_alphacoff_dynamic_symtab (struct section_offsets *section_offsets, in read_alphacoff_dynamic_symtab() argument
355 sym_value += ANOFFSET (section_offsets, SECT_OFF_TEXT (objfile)); in read_alphacoff_dynamic_symtab()
363 sym_value += ANOFFSET (section_offsets, SECT_OFF_DATA (objfile)); in read_alphacoff_dynamic_symtab()
371 sym_value += ANOFFSET (section_offsets, SECT_OFF_BSS (objfile)); in read_alphacoff_dynamic_symtab()
H A Dmdebugread.c547 struct section_offsets *section_offsets, struct objfile *objfile) in parse_symbol() argument
2085 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets, in parse_external() argument
2162 bigend, section_offsets, objfile); in parse_external()
2540 svalue += ANOFFSET (objfile->section_offsets, in parse_partial_symbols()
4089 valu += ANOFFSET (pst->section_offsets, in psymtab_to_symtab_1()
4101 pst->section_offsets, objfile); in psymtab_to_symtab_1()
4108 pst->section_offsets, objfile); in psymtab_to_symtab_1()
4140 valu += ANOFFSET (pst->section_offsets, in psymtab_to_symtab_1()
4265 pst->section_offsets, objfile); in psymtab_to_symtab_1()
4339 pst->section_offsets, objfile); in psymtab_to_symtab_1()
[all …]
H A Dpsympriv.h101 struct section_offsets *section_offsets; member
223 struct section_offsets *,
H A Dsymfile.c367 struct section_offsets *offsets;
440 relative_addr_info_to_section_offsets (struct section_offsets *section_offsets, in relative_addr_info_to_section_offsets() argument
676 objfile->section_offsets = (struct section_offsets *) in default_symfile_offsets()
929 struct section_offsets *offsets, in syms_from_objfile_1()
949 objfile->section_offsets in syms_from_objfile_1()
1018 objfile->section_offsets in syms_from_objfile_1()
1019 = ((struct section_offsets *) in syms_from_objfile_1()
1040 struct section_offsets *offsets, in syms_from_objfile()
2477 struct section_offsets *offsets; in reread_symbols()
2607 objfile->section_offsets = (struct section_offsets *) in reread_symbols()
[all …]
H A Dobjfiles.c685 struct section_offsets *delta) in relocate_one_symbol()
707 struct section_offsets *new_offsets) in objfile_relocate1()
710 struct section_offsets *delta = in objfile_relocate1()
711 ((struct section_offsets *) in objfile_relocate1()
720 ANOFFSET (new_offsets, i) - ANOFFSET (objfile->section_offsets, i); in objfile_relocate1()
816 (objfile->section_offsets)->offsets[i] = ANOFFSET (new_offsets, i); in objfile_relocate1()
850 objfile_relocate (struct objfile *objfile, struct section_offsets *new_offsets) in objfile_relocate()
862 struct section_offsets *new_debug_offsets; in objfile_relocate()
899 struct section_offsets *new_offsets = in objfile_rebase1()
900 ((struct section_offsets *) in objfile_rebase1()
H A Dobjfiles.h126 (((s)->objfile->section_offsets)->offsets[(s)->the_bfd_section->index])
338 struct section_offsets *section_offsets; member
473 extern void objfile_relocate (struct objfile *, struct section_offsets *);
H A Dcoffread.c794 tmpaddr = cs->c_value + ANOFFSET (objfile->section_offsets, in coff_symtab_read()
863 cs->c_value + ANOFFSET (objfile->section_offsets, in coff_symtab_read()
928 tmpaddr += ANOFFSET (objfile->section_offsets, sec); in coff_symtab_read()
1059 + ANOFFSET (objfile->section_offsets, in coff_symtab_read()
1071 tmpaddr += ANOFFSET (objfile->section_offsets, in coff_symtab_read()
1098 cs->c_value + ANOFFSET (objfile->section_offsets, in coff_symtab_read()
1421 addr += ANOFFSET (objfile->section_offsets, in enter_linenos()
1555 SYMBOL_VALUE (sym) += ANOFFSET (objfile->section_offsets, in process_coff_symbol()
1587 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets, in process_coff_symbol()
1597 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets, in process_coff_symbol()
H A Delfread.c274 offset = ANOFFSET (objfile->section_offsets, sym->section->index); in elf_symtab_read()
329 symaddr += ANOFFSET (objfile->section_offsets, sect->index); in elf_symtab_read()
1571 pst->section_offsets = (struct section_offsets *) in elfstab_offset_sections()
1575 (pst->section_offsets)->offsets[i] = maybe->sections[i]; in elfstab_offset_sections()
1651 struct section_offsets *new_offsets, in elf_symfile_relocate_probe()
1652 struct section_offsets *delta) in elf_symfile_relocate_probe()
H A Dsymtab.h760 struct section_offsets struct
773 (sizeof (struct section_offsets) \
774 + sizeof (((struct section_offsets *) 0)->offsets) * ((n)-1))
H A Dmachoread.c119 offset = ANOFFSET (objfile->section_offsets, sym->section->index); in macho_symtab_add_minsym()
977 objfile->section_offsets = (struct section_offsets *) in macho_symfile_offsets()
980 memset (objfile->section_offsets, 0, in macho_symfile_offsets()
H A Dpsymtab.c780 struct section_offsets *new_offsets, in relocate_psymtabs()
781 struct section_offsets *delta) in relocate_psymtabs()
990 ANOFFSET (psymtab->section_offsets, i)), in dump_psymtab()
1470 struct section_offsets *section_offsets, in start_psymtab_common() argument
1478 psymtab->section_offsets = section_offsets; in start_psymtab_common()
H A Dstabsread.h175 struct section_offsets *, struct objfile *);
H A Dsolib-target.c51 struct section_offsets *offsets;
H A Dstap-probe.c1331 ret->p.address += (ANOFFSET (objfile->section_offsets, in handle_stap_probe()
1335 ret->sem_addr += (ANOFFSET (objfile->section_offsets, in handle_stap_probe()
H A Ddwarf2-frame.c448 fs->pc += ANOFFSET (fde->cie->unit->objfile->section_offsets, in execute_cfa_program()
1770 gdb_assert (objfile->section_offsets); in dwarf2_frame_find_fde()
1771 offset = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in dwarf2_frame_find_fde()
H A Dcoff-pe-read.c530 += ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in read_pe_exported_syms()
H A Ddwarf2read.c2511 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in create_addrmap_from_index()
3305 dw2_relocate (struct objfile *objfile, struct section_offsets *new_offsets, in dw2_relocate()
3306 struct section_offsets *delta) in dw2_relocate()
4085 subpst->section_offsets = pst->section_offsets; in dwarf2_create_include_psymtab()
4877 pst = start_psymtab_common (objfile, objfile->section_offsets, in create_partial_symtab()
4937 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in process_psymtab_comp_unit_reader()
5922 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in add_partial_symbol()
6148 baseaddr = ANOFFSET (objfile->section_offsets, in add_partial_subprogram()
6985 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in process_full_comp_unit()
15748 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets, in var_decode_location()
[all …]
H A Dsolib-svr4.c1502 load_addr = ANOFFSET (os->objfile->section_offsets, in enable_break()
2172 struct section_offsets *new_offsets; in svr4_relocate_main_executable()
/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.cc1265 this->section_offsets()[shndx] = invalid_address; in layout_section()
1267 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_section()
1311 this->section_offsets()[shndx] = invalid_address; in layout_eh_frame_section()
1314 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_eh_frame_section()
1477 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout()
1968 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout_deferred_sections()
2195 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_count_local_symbols()
2483 const std::vector<Address>& out_offsets(this->section_offsets()); in compute_final_local_value()
2508 const std::vector<Address>& out_offsets(this->section_offsets()); in do_finalize_local_symbols()
H A Dreloc.cc272 const std::vector<Address>& out_offsets(this->section_offsets()); in do_read_relocs()
685 const std::vector<Address>& out_offsets(this->section_offsets()); in write_sections()
879 const std::vector<Address>& out_offsets(this->section_offsets()); in do_relocate_sections()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc1235 this->section_offsets()[shndx] = invalid_address; in layout_section()
1237 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_section()
1276 this->section_offsets()[shndx] = invalid_address; in layout_eh_frame_section()
1278 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_eh_frame_section()
1551 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout()
2081 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout_deferred_sections()
2313 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_count_local_symbols()
2606 const std::vector<Address>& out_offsets(this->section_offsets()); in compute_final_local_value()
2631 const std::vector<Address>& out_offsets(this->section_offsets()); in do_finalize_local_symbols()
H A Dreloc.cc272 const std::vector<Address>& out_offsets(this->section_offsets()); in do_read_relocs()
685 const std::vector<Address>& out_offsets(this->section_offsets()); in write_sections()
902 const std::vector<Address>& out_offsets(this->section_offsets()); in relocate_section_range()

12