pub fn dump_find_func(h: &[u32], name: &str) -> Option<fdhead>Expand description
Port of dump_find_func(Wordcode h, char *name) from
Src/parse.c:3167. Walks the header table inside a loaded
dump for a function with the given basename; returns the
matching fdhead record (C returns the FDHead pointer).