Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c2812 void (*target_overlay_update) (struct obj_section *) = simple_overlay_update; variable
2869 if (target_overlay_update) in overlay_is_mapped()
2877 (*target_overlay_update) (osect); in overlay_is_mapped()
3230 if (target_overlay_update) in overlay_load_command()
3231 (*target_overlay_update) (NULL); in overlay_load_command()