Home
last modified time | relevance | path

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

/build/tools/soslim/
Dcommon.h15 typedef int (*segment_match_fn_t)(Elf *, Elf32_Phdr *, void *); typedef
16 void map_over_segments(Elf *, segment_match_fn_t, void *);
Dcommon.c17 segment_match_fn_t match, in map_over_segments()