Home
last modified time | relevance | path

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

/dports/devel/rgbds/rgbds/src/link/
H A Dsymbol.c22 struct ForEachArg { struct
29 struct ForEachArg *callbackArg = (struct ForEachArg *)arg; in forEach() argument
36 struct ForEachArg callbackArg = { .callback = callback, .arg = arg}; in sym_ForEach()
H A Dsection.c22 struct ForEachArg { struct
29 struct ForEachArg *callbackArg = (struct ForEachArg *)arg; in forEach() argument
36 struct ForEachArg callbackArg = { .callback = callback, .arg = arg}; in sect_ForEach()