Searched refs:section_offsets (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobjfiles.h459 return section_offsets[SECT_OFF_TEXT (this)];
464 return section_offsets[SECT_OFF_DATA (this)];
598 return this->section_offsets[idx];
609 this->section_offsets[idx] = offset;
699 ::section_offsets section_offsets; member in struct:objfile
701 /* Indexes in the section_offsets array. These are initialized by the
854 extern void objfile_relocate (struct objfile *, const section_offsets &);
H A Dsymfile.h147 /* This function produces a file-dependent section_offsets
182 (section_offsets &section_offsets, const section_addr_info &addrs);
328 section_offsets &,
H A Dobjfiles.c367 *entry_p = objf->per_bfd->ei.entry_point + objf->section_offsets[idx];
587 const section_offsets &delta)
608 const section_offsets &new_offsets)
610 section_offsets delta (objfile->section_offsets.size ());
614 for (int i = 0; i < objfile->section_offsets.size (); ++i)
616 delta[i] = new_offsets[i] - objfile->section_offsets[i];
688 for (i = 0; i < objfile->section_offsets.size (); ++i)
689 objfile->section_offsets[i] = new_offsets[i];
720 const section_offsets
[all...]
H A Dstabsread.h185 const section_offsets &,
H A Dsolib-aix.c390 static section_offsets
396 section_offsets offsets (objfile->section_offsets.size ());
463 section_offsets offsets = solib_aix_get_section_offsets (objf,
H A Ddbxread.c1033 objfile->section_offsets we should apply to the variable's
2205 const section_offsets &section_offsets = objfile->section_offsets;
2297 namestring, section_offsets, objfile,
2389 that these section_offsets are not the objfile->section_offsets but
2390 the pst->section_offsets. All symbols that refer to memory
2399 const section_offsets &section_offsets,
2196 const section_offsets &section_offsets = objfile->section_offsets; local
2388 process_one_symbol(int type, int desc, CORE_ADDR valu, const char *name, const section_offsets &section_offsets, struct objfile *objfile, enum language language) argument
[all...]
H A Dsymfile.c273 sap[i].addr += objfile->section_offsets[sectindex];
311 section_offsets contains nothing but zeros, so it doesn't matter
312 which slot in section_offsets the individual sect_index_* members
319 for (i = 0; i < objfile->section_offsets.size (); i++)
321 if (objfile->section_offsets[i] != 0)
326 if (i == objfile->section_offsets.size ())
343 place_section (bfd *abfd, asection *sect, section_offsets &offsets,
407 relative_addr_info_to_section_offsets (section_offsets &section_offsets,
412 section_offsets
406 relative_addr_info_to_section_offsets(section_offsets &section_offsets, const section_addr_info &addrs) argument
[all...]
H A Dsolib-dsbt.c819 section_offsets new_offsets (objf->section_offsets.size ());
833 offset = objf->section_offsets[osect_idx];
H A Dsolib-frv.c754 section_offsets new_offsets (objf->section_offsets.size ());
768 offset = objf->section_offsets[osect_idx];
H A Dmdebugread.c587 const section_offsets &section_offsets, struct objfile *objfile)
617 sh->value += section_offsets[SECT_OFF_TEXT (objfile)];
624 sh->value += section_offsets[SECT_OFF_DATA (objfile)];
628 sh->value += section_offsets[SECT_OFF_BSS (objfile)];
2062 parse_external (EXTR *es, int bigend, const section_offsets &section_offsets,
2139 bigend, section_offsets, objfile);
3869 const section_offsets &section_offsets
579 parse_symbol(SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, const section_offsets &section_offsets, struct objfile *objfile) argument
2055 parse_external(EXTR *es, int bigend, const section_offsets &section_offsets, struct objfile *objfile) argument
3861 const section_offsets &section_offsets = objfile->section_offsets; local
[all...]
H A Dpsympriv.h57 + objfile->section_offsets[ginfo.section_index ()]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobjfiles.h145 (((s)->objfile->section_offsets)[gdb_bfd_section_index ((s)->objfile->obfd, (s)->the_bfd_section)])
525 return section_offsets[SECT_OFF_TEXT (this)];
530 return section_offsets[SECT_OFF_DATA (this)];
627 ::section_offsets section_offsets; member in struct:objfile
629 /* Indexes in the section_offsets array. These are initialized by the
741 extern void objfile_relocate (struct objfile *, const section_offsets &);
H A Dstabsread.h184 const section_offsets &,
H A Dobjfiles.c390 + symfile_objfile->section_offsets[idx]);
624 const section_offsets &delta)
648 const section_offsets &new_offsets)
650 section_offsets delta (objfile->section_offsets.size ());
654 for (int i = 0; i < objfile->section_offsets.size (); ++i)
656 delta[i] = new_offsets[i] - objfile->section_offsets[i];
731 for (i = 0; i < objfile->section_offsets.size (); ++i)
732 objfile->section_offsets[i] = new_offsets[i];
763 const section_offsets
[all...]
H A Dsymfile.h357 /* This function produces a file-dependent section_offsets
396 (section_offsets &section_offsets, const section_addr_info &addrs);
537 section_offsets &,
H A Ddbxread.c1033 objfile->section_offsets we should apply to the variable's
2151 const section_offsets &section_offsets = objfile->section_offsets;
2243 namestring, section_offsets, objfile,
2335 that these section_offsets are not the objfile->section_offsets but
2336 the pst->section_offsets. All symbols that refer to memory
2345 const section_offsets &section_offsets,
2142 const section_offsets &section_offsets = objfile->section_offsets; local
2334 process_one_symbol(int type, int desc, CORE_ADDR valu, const char *name, const section_offsets &section_offsets, struct objfile *objfile, enum language language) argument
[all...]
H A Dsolib-aix.c395 static section_offsets
401 section_offsets offsets (objfile->section_offsets.size ());
467 section_offsets offsets
H A Dsymfile.c273 sap[i].addr += objfile->section_offsets[sectindex];
311 section_offsets contains nothing but zeros, so it doesn't matter
312 which slot in section_offsets the individual sect_index_* members
319 for (i = 0; i < objfile->section_offsets.size (); i++)
321 if (objfile->section_offsets[i] != 0)
326 if (i == objfile->section_offsets.size ())
343 section_offsets *offsets;
354 section_offsets &offsets = *arg->offsets;
416 relative_addr_info_to_section_offsets (section_offsets &section_offsets,
415 relative_addr_info_to_section_offsets(section_offsets &section_offsets, const section_addr_info &addrs) argument
[all...]
H A Dpsympriv.h58 return ginfo.value.address + objfile->section_offsets[ginfo.section];
H A Dsolib-dsbt.c911 section_offsets new_offsets (symfile_objfile->section_offsets.size ());
925 offset = symfile_objfile->section_offsets[osect_idx];
H A Dsolib-frv.c785 section_offsets new_offsets (symfile_objfile->section_offsets.size ());
799 offset = symfile_objfile->section_offsets[osect_idx];
H A Dmdebugread.c581 const section_offsets &section_offsets, struct objfile *objfile)
611 sh->value += section_offsets[SECT_OFF_TEXT (objfile)];
618 sh->value += section_offsets[SECT_OFF_DATA (objfile)];
622 sh->value += section_offsets[SECT_OFF_BSS (objfile)];
2059 parse_external (EXTR *es, int bigend, const section_offsets &section_offsets,
2136 bigend, section_offsets, objfile);
3851 const section_offsets &section_offsets
573 parse_symbol(SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, const section_offsets &section_offsets, struct objfile *objfile) argument
2052 parse_external(EXTR *es, int bigend, const section_offsets &section_offsets, struct objfile *objfile) argument
3843 const section_offsets &section_offsets = objfile->section_offsets; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc1235 this->section_offsets()[shndx] = invalid_address;
1237 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1276 this->section_offsets()[shndx] = invalid_address;
1278 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1551 std::vector<Address>& out_section_offsets(this->section_offsets());
2081 std::vector<Address>& out_section_offsets(this->section_offsets());
2313 std::vector<Address>& out_section_offsets(this->section_offsets());
2606 const std::vector<Address>& out_offsets(this->section_offsets());
2631 const std::vector<Address>& out_offsets(this->section_offsets());
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dobject.cc1236 this->section_offsets()[shndx] = invalid_address;
1238 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1277 this->section_offsets()[shndx] = invalid_address;
1279 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1556 std::vector<Address>& out_section_offsets(this->section_offsets());
2087 std::vector<Address>& out_section_offsets(this->section_offsets());
2319 std::vector<Address>& out_section_offsets(this->section_offsets());
2612 const std::vector<Address>& out_offsets(this->section_offsets());
2637 const std::vector<Address>& out_offsets(this->section_offsets());
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dobject.cc1235 this->section_offsets()[shndx] = invalid_address;
1237 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1276 this->section_offsets()[shndx] = invalid_address;
1278 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset);
1551 std::vector<Address>& out_section_offsets(this->section_offsets());
2081 std::vector<Address>& out_section_offsets(this->section_offsets());
2313 std::vector<Address>& out_section_offsets(this->section_offsets());
2606 const std::vector<Address>& out_offsets(this->section_offsets());
2631 const std::vector<Address>& out_offsets(this->section_offsets());

Completed in 275 milliseconds

123