Home
last modified time | relevance | path

Searched refs:obj_section (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dblockframe.c121 struct obj_section *osect = find_pc_sect_section (maddr, msect); in inside_main_func()
354 struct obj_section *osect; in find_pc_sect_partial_function()
526 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function() local
527 if (obj_section == NULL) in find_pc_partial_function()
530 bfd_section = obj_section->the_bfd_section; in find_pc_partial_function()
H A Dobjfiles.c80 struct obj_section section; in add_to_objfile_sections()
97 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1); in add_to_objfile_sections()
127 objfile->sections = (struct obj_section *) in build_objfile_section_table()
631 struct obj_section *s; in objfile_relocate()
640 struct obj_section *s; in objfile_relocate()
761 struct obj_section *
764 struct obj_section *s; in find_pc_sect_section()
778 struct obj_section *
792 struct obj_section *s; in in_plt_section()
H A Dobjfiles.h155 struct obj_section struct
424 struct obj_section
572 extern struct obj_section *find_pc_section (CORE_ADDR pc);
574 extern struct obj_section *find_pc_sect_section (CORE_ADDR pc,
H A Dsymfile.c126 static int overlay_is_mapped (struct obj_section *);
685 struct obj_section *s; in syms_from_objfile()
2804 struct obj_section *sect; in overlay_invalidate_all()
2822 overlay_is_mapped (struct obj_section *osect) in overlay_is_mapped()
2858 struct obj_section *osect; in section_is_mapped()
2997 struct obj_section *osect, *best_match = NULL; in find_pc_overlay()
3024 struct obj_section *osect; in find_pc_mapped_section()
3043 struct obj_section *osect; in list_overlays_command()
3081 struct obj_section *sec, *sec2; in map_overlay_command()
3132 struct obj_section *sec; in unmap_overlay_command()
[all …]
H A Dgcore.c336 struct obj_section *objsec; in gcore_create_callback()
399 struct obj_section *objsec; in objfile_find_memory_regions()
H A Dmaint.c339 struct obj_section *asect, in print_objfile_section_info()
366 struct obj_section *osect; in maintenance_info_sections()
H A Dminsyms.c375 struct obj_section *pc_section; in lookup_minimal_symbol_by_pc_section()
506 struct obj_section *section = find_pc_section (pc); in lookup_minimal_symbol_by_pc()
H A Dia64-tdep.c2467 struct obj_section *sec = find_pc_section (ip); in ia64_find_proc_info_x()
2532 struct obj_section *text_sec; in ia64_get_dyn_info_list()
2892 struct obj_section *faddr_sect; in ia64_generic_find_global_pointer()
2897 struct obj_section *osect; in ia64_generic_find_global_pointer()
2950 struct obj_section *faddr_sect; in find_extant_func_descr()
2959 struct obj_section *osect; in find_extant_func_descr()
3032 struct obj_section *s; in ia64_convert_from_func_ptr_addr()
H A Dmipsfbsd-tdep.c417 struct obj_section *s; in mipsfbsd_in_stub_section()
H A Dppc-sysv-tdep.c804 struct obj_section *dot_fn_section = find_pc_section (func_addr); in ppc64_sysv_abi_push_dummy_call()
H A Dsomsolib.c282 struct obj_section *s; in som_solib_add_solib_objfile()
H A Dprintcmd.c1010 struct obj_section *osect; in sym_info()
H A Drs6000-tdep.c2086 struct obj_section *s; in rs6000_convert_from_func_ptr_addr()
H A Dmips-tdep.c2293 struct obj_section *sec; in non_heuristic_proc_desc()
/freebsd-12.1/contrib/gdb/
H A DFREEBSD-diffs614 struct obj_section *faddr_sect;