Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDsymfile.c2777 static void simple_overlay_update (struct obj_section *);
2778 void (*target_overlay_update) (struct obj_section *) = simple_overlay_update;
3425 simple_overlay_update (struct obj_section *osect) in simple_overlay_update() function