Home
last modified time | relevance | path

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

/dports/devel/pickle/pickle-4.20/src/
H A Dpic.h48 uint32_t (*get_executive_size)(uint32_t *); member
H A Dpic.c387 if (p.pic->get_executive_size) in pic_get_executive_size()
388 size = p.pic->get_executive_size(addr); in pic_get_executive_size()
916 if (!p.pic->get_executive_size) { in pic_dumpexec()
H A Dpic12.c52 .get_executive_size = NULL,
H A Dpic14n.c56 .get_executive_size = NULL,
H A Dpic16n.c56 .get_executive_size = NULL,
H A Dpic32.c54 .get_executive_size = NULL,
H A Dpic14.c56 .get_executive_size = NULL,
H A Dpic16.c56 .get_executive_size = NULL,
H A Dpic24.c58 .get_executive_size = pic24_get_executive_size,