Home
last modified time | relevance | path

Searched refs:sectindex (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c239 sap->other[oidx].sectindex = stp->the_bfd_section->index; in build_section_addr_info_from_section_table()
262 sap->other[i].sectindex = sec->index; in build_section_addr_info_from_bfd()
282 int sectindex = sap->other[i].sectindex; in build_section_addr_info_from_objfile() local
284 sap->other[i].addr += objfile->section_offsets->offsets[sectindex]; in build_section_addr_info_from_objfile()
454 if (osp->sectindex == -1) in relative_addr_info_to_section_offsets()
460 section_offsets->offsets[osp->sectindex] = osp->addr; in relative_addr_info_to_section_offsets()
495 return a->sectindex - b->sectindex; in addrs_section_compar()
615 addrs->other[i].sectindex = sect->sectindex; in addr_info_make_relative()
658 addrs->other[i].sectindex = -1; in addr_info_make_relative()
H A Dsymfile.h94 int sectindex; member
H A Djit.c925 sai->other[i].sectindex = sec->index; in jit_bfd_try_read_symtab()