Searched refs:overlay_mapped_address (Results 1 – 6 of 6) sorted by relevance
294 extern CORE_ADDR overlay_mapped_address (CORE_ADDR, asection *);
358 mapped_pc = overlay_mapped_address (pc, section); in find_pc_sect_partial_function()
466 memaddr = overlay_mapped_address (memaddr, section); in xfer_memory()
615 addr = overlay_mapped_address (addr, section); in build_address_symbolic()1023 sect_addr = overlay_mapped_address (addr, sect); in sym_info()
2114 pc = overlay_mapped_address (pc, section); in find_pc_line()2356 pc = overlay_mapped_address (pc, section); in find_function_start_sal()
2947 overlay_mapped_address (CORE_ADDR pc, asection *section) in overlay_mapped_address() function