Home
last modified time | relevance | path

Searched refs:faddr_sect (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dia64-tdep.c2892 struct obj_section *faddr_sect; in ia64_generic_find_global_pointer() local
2894 faddr_sect = find_pc_section (faddr); in ia64_generic_find_global_pointer()
2895 if (faddr_sect != NULL) in ia64_generic_find_global_pointer()
2899 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect) in ia64_generic_find_global_pointer()
2905 if (osect < faddr_sect->objfile->sections_end) in ia64_generic_find_global_pointer()
2950 struct obj_section *faddr_sect; in find_extant_func_descr() local
2953 faddr_sect = find_pc_section (faddr); in find_extant_func_descr()
2954 if (faddr_sect && strcmp (faddr_sect->the_bfd_section->name, ".opd") == 0) in find_extant_func_descr()
2957 if (faddr_sect != NULL) in find_extant_func_descr()
2960 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect) in find_extant_func_descr()
[all …]
/freebsd-12-stable/contrib/gdb/
DFREEBSD-diffs614 struct obj_section *faddr_sect;