Searched refs:find_pc_section (Results 1 – 16 of 16) sorted by relevance
104 if (find_pc_section (fstart)) in get_pc_function_start()197 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function()
634 s = find_pc_section (objfile->ei.entry_point); in objfile_relocate()763 find_pc_section (CORE_ADDR pc) in find_pc_section() function779 s = find_pc_section (pc); in in_plt_section()
135 if (find_pc_section (pc) != NULL) in tramp_frame_sniffer()
388 pc_section = find_pc_section (pc); in lookup_minimal_symbol_by_pc_section()514 struct obj_section *section = find_pc_section (pc); in lookup_minimal_symbol_by_pc()
545 extern struct obj_section *find_pc_section (CORE_ADDR pc);
243 sect = find_pc_section (pc); in ppc_linux_skip_trampoline_code()291 sect = find_pc_section (reloc); in ppc_linux_skip_trampoline_code()
502 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()
495 faddr_sect = find_pc_section (faddr); in hppa_linux_find_global_pointer()
91 if (find_pc_section (pc) != NULL) in i386obsd_sigtramp_p()
117 if (find_pc_section (pc) != NULL) in amd64obsd_sigtramp_p()
2439 struct obj_section *sec = find_pc_section (ip); in ia64_find_proc_info_x()2870 faddr_sect = find_pc_section (faddr); in generic_elf_find_global_pointer()2929 faddr_sect = find_pc_section (faddr); in find_extant_func_descr()3010 s = find_pc_section (addr); in ia64_convert_from_func_ptr_addr()
809 struct obj_section *dot_fn_section = find_pc_section (func_addr); in ppc64_sysv_abi_push_dummy_call()
5688 * objfiles.c (find_pc_section): Return a struct obj_section *.5693 * printcmd.c (containing_function_bounds): Use find_pc_section.5963 Add section table to objfile struct. Use it for find_pc_section.5965 build_objfile_section_table, find_pc_section): new functions.5969 (find_pc_section): new prototype.5971 * sparc-tdep.c: include objfiles.h for find_pc_section. include5973 (in_solib_trampoline): adjusted for new find_pc_section5976 (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs.5977 * symfile.h (find_pc_section): prototype removed. Also fixed6079 * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):[all …]
2197 s = find_pc_section (addr); in rs6000_convert_from_func_ptr_addr()
11004 fails, try find_pc_section. Fix PR c++/1267.11005 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
4392 * remote-os9k.c (rombug_wait): Call find_pc_section not