Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjfiles.h620 CORE_ADDR section_offset (bfd_section *section) const in section_offset() function
898 return this->objfile->section_offset (this->the_bfd_section); in offset()
DChangeLog-2021104 (struct objfile) <section_offset, set_section_offset>: New.
112 (struct objfile) <section_offset, set_section_offset>: New.
DChangeLog-19943839 * os9kread.c (record_minimal_symbol): add section_offset to
5230 struct section_offsets *, not a (nonexistent) struct section_offset *.
DChangeLog-19922966 * xcoffread.c: Add decl for section_offset to keep prototype happy.
DChangeLog-20128941 of GDB's section_offset index. Update calls to
/netbsd/src/external/gpl3/binutils/dist/gold/
Dgdb-index.cc1029 uint64_t section_offset = 0; in map_pubtable_to_dies() local
1048 while (table->read_header(section_offset)) in map_pubtable_to_dies()
1050 map->insert(std::make_pair(table->cu_offset(), section_offset)); in map_pubtable_to_dies()
1051 section_offset += table->subsection_size(); in map_pubtable_to_dies()
Ddwp.cc1643 section_offset_type section_offset; in add_contribution() local
1668 section_offset = file_offset - section.offset; in add_contribution()
1682 section_offset = align_offset(section.size, align); in add_contribution()
1683 section.size = section_offset + len; in add_contribution()
1684 Contribution contrib = { section_offset, len, contents }; in add_contribution()
1688 return section_offset; in add_contribution()
Dincremental.cc804 off_t section_offset = os->offset(); in do_apply_incremental_relocs() local
806 unsigned char* const view = of->get_output_view(section_offset, in do_apply_incremental_relocs()
811 (long)(section_offset + r_offset), in do_apply_incremental_relocs()
822 of->write_output_view(section_offset, view_size, view); in do_apply_incremental_relocs()
2305 off_t section_offset = os->offset(); in do_section_contents() local
2308 section_offset += sect.sh_offset; in do_section_contents()
2310 return this->ibase_->view(section_offset, sect.sh_size).data(); in do_section_contents()
Ddwarf_reader.cc1486 off_t section_offset = this->object_->output_section_offset(this->shndx_); in do_parse() local
1597 this->visit_type_unit(section_offset + this->cu_offset_, in do_parse()
1601 this->visit_compilation_unit(section_offset + this->cu_offset_, in do_parse()
Doutput.h4397 Fill(off_t section_offset, off_t length) in Fill() argument
4398 : section_offset_(section_offset), in Fill()
4404 section_offset() const in section_offset() function
Dmips.cc6903 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
6907 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6922 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
6926 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6934 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
6938 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6995 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
6999 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
Doutput.cc3706 of->write(output_section_file_offset + p->section_offset(), in do_write()
3795 memcpy(buffer + p->section_offset(), fill_data.data(), in write_to_postprocessing_buffer()
Darm.cc6971 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
6975 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
7233 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
7237 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
Dpowerpc.cc2598 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
2602 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
2675 section_offset_type section_offset = shdr.get_sh_offset(); in do_read_symbols() local
2679 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff64-rs6000.c785 bfd_vma section_offset; in xcoff64_reloc_type_br() local
793 section_offset = rel->r_vaddr - input_section->vma; in xcoff64_reloc_type_br()
805 && section_offset + 8 <= input_section->size) in xcoff64_reloc_type_br()
810 pnext = contents + section_offset + 4; in xcoff64_reloc_type_br()
871 && section_offset + 4 <= input_section->size) in xcoff64_reloc_type_br()
878 ptr = contents + section_offset; in xcoff64_reloc_type_br()
894 + section_offset); in xcoff64_reloc_type_br()
Dcoff-rs6000.c3199 bfd_vma section_offset; in xcoff_reloc_type_br() local
3207 section_offset = rel->r_vaddr - input_section->vma; in xcoff_reloc_type_br()
3219 && section_offset + 8 <= input_section->size) in xcoff_reloc_type_br()
3224 pnext = contents + section_offset + 4; in xcoff_reloc_type_br()
3287 && section_offset + 4 <= input_section->size) in xcoff_reloc_type_br()
3294 ptr = contents + section_offset; in xcoff_reloc_type_br()
3310 + section_offset); in xcoff_reloc_type_br()
DChangeLog-2007716 Replace "addr" and "section_offset" params with "dot". Don't
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoff64-rs6000.c785 bfd_vma section_offset; in xcoff64_reloc_type_br() local
793 section_offset = rel->r_vaddr - input_section->vma; in xcoff64_reloc_type_br()
805 && section_offset + 8 <= input_section->size) in xcoff64_reloc_type_br()
810 pnext = contents + section_offset + 4; in xcoff64_reloc_type_br()
871 && section_offset + 4 <= input_section->size) in xcoff64_reloc_type_br()
878 ptr = contents + section_offset; in xcoff64_reloc_type_br()
894 + section_offset); in xcoff64_reloc_type_br()
Dcoff-rs6000.c3199 bfd_vma section_offset; in xcoff_reloc_type_br() local
3207 section_offset = rel->r_vaddr - input_section->vma; in xcoff_reloc_type_br()
3219 && section_offset + 8 <= input_section->size) in xcoff_reloc_type_br()
3224 pnext = contents + section_offset + 4; in xcoff_reloc_type_br()
3287 && section_offset + 4 <= input_section->size) in xcoff_reloc_type_br()
3294 ptr = contents + section_offset; in xcoff_reloc_type_br()
3310 + section_offset); in xcoff_reloc_type_br()
DChangeLog-2007716 Replace "addr" and "section_offset" params with "dot". Don't