Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dblockframe.c185 struct obj_section *osect; in find_pc_partial_function()
197 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function() local
198 if (obj_section == NULL) in find_pc_partial_function()
201 section = obj_section->the_bfd_section; in find_pc_partial_function()
H A Dobjfiles.c83 struct obj_section section; in add_to_objfile_sections()
100 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1); in add_to_objfile_sections()
130 objfile->sections = (struct obj_section *) in build_objfile_section_table()
633 struct obj_section *s; in objfile_relocate()
642 struct obj_section *s; in objfile_relocate()
745 struct obj_section *
748 struct obj_section *s; in find_pc_sect_section()
762 struct obj_section *
776 struct obj_section *s; in in_plt_section()
H A Dobjfiles.h128 struct obj_section struct
397 struct obj_section
545 extern struct obj_section *find_pc_section (CORE_ADDR pc);
547 extern struct obj_section *find_pc_sect_section (CORE_ADDR pc,
H A Dsymfile.c114 static int overlay_is_mapped (struct obj_section *);
699 struct obj_section *s; in syms_from_objfile()
2838 struct obj_section *sect; in overlay_invalidate_all()
2856 overlay_is_mapped (struct obj_section *osect) in overlay_is_mapped()
2892 struct obj_section *osect; in section_is_mapped()
3031 struct obj_section *osect, *best_match = NULL; in find_pc_overlay()
3058 struct obj_section *osect; in find_pc_mapped_section()
3077 struct obj_section *osect; in list_overlays_command()
3115 struct obj_section *sec, *sec2; in map_overlay_command()
3166 struct obj_section *sec; in unmap_overlay_command()
[all …]
H A Dhppa-linux-tdep.c471 struct obj_section *faddr_sect; in hppa_linux_find_global_pointer()
498 struct obj_section *osect; in hppa_linux_find_global_pointer()
H A Dgcore.c336 struct obj_section *objsec; in gcore_create_callback()
399 struct obj_section *objsec; in objfile_find_memory_regions()
H A Dxstormy16-tdep.c502 struct obj_section *faddr_sect = find_pc_section (faddr); in xstormy16_resolve_jmp_table_entry()
531 struct obj_section *faddr_sect = find_pc_section (faddr); in xstormy16_find_jmp_table_entry()
535 struct obj_section *osect; in xstormy16_find_jmp_table_entry()
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.c383 struct obj_section *pc_section; in lookup_minimal_symbol_by_pc_section()
514 struct obj_section *section = find_pc_section (pc); in lookup_minimal_symbol_by_pc()
H A Dia64-tdep.c2439 struct obj_section *sec = find_pc_section (ip); in ia64_find_proc_info_x()
2504 struct obj_section *text_sec; in ia64_get_dyn_info_list()
2868 struct obj_section *faddr_sect; in generic_elf_find_global_pointer()
2873 struct obj_section *osect; in generic_elf_find_global_pointer()
2926 struct obj_section *faddr_sect; in find_extant_func_descr()
2935 struct obj_section *osect; in find_extant_func_descr()
3008 struct obj_section *s; in ia64_convert_from_func_ptr_addr()
H A Dsolib-aix5.c728 struct obj_section *sect; in aix5_relocate_main_executable()
H A Dppc-linux-tdep.c227 struct obj_section *sect; in ppc_linux_skip_trampoline_code()
H A Dsolib-frv.c847 struct obj_section *osect; in frv_relocate_main_executable()
H A Dppc-sysv-tdep.c809 struct obj_section *dot_fn_section = find_pc_section (func_addr); in ppc64_sysv_abi_push_dummy_call()
H A Dsomsolib.c284 struct obj_section *s; in som_solib_add_solib_objfile()
H A Dprintcmd.c1008 struct obj_section *osect; in sym_info()
H A Drs6000-tdep.c2195 struct obj_section *s; in rs6000_convert_from_func_ptr_addr()
H A Dsymtab.c942 struct obj_section *s; in fixup_section()
H A DChangeLog-19935686 * objfiles.h (obj_section), objfiles.c (build_objfile_section_table):
5688 * objfiles.c (find_pc_section): Return a struct obj_section *.
5691 Don't use obj_section hack.
5967 * objfiles.h (struct obj_section): new structure.
H A DChangeLog-19972091 * objfiles.[ch]: add ovly_mapped field to the obj_section struct;
H A DChangeLog-19944070 * target.h (struct section_table), objfiles.h (struct obj_section):
H A DChangeLog-20031490 * objfiles.h (struct obj_section): Ditto.