Home
last modified time | relevance | path

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

/external/elfcopy/
Dcommon.h12 typedef int (*section_match_fn_t)(Elf *, Elf_Scn *, void *); typedef
13 void map_over_sections(Elf *, section_match_fn_t, void *);
Dcommon.c6 section_match_fn_t match, in map_over_sections()