/toolchain/binutils/binutils-2.25/ld/ |
ldemul.h | 172 bfd_boolean (*handle_option) (int); member in struct:ld_emulation_xfer_struct
|
ldemul.c | 141 if (ld_emulation->handle_option) 142 return (*ld_emulation->handle_option) (optc);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
langhooks.h | 272 initialization needed before any calls to handle_option, other 292 be passed to any recursive handle_option calls. LOC is the 296 bool (*handle_option) (size_t code, const char *arg, int value, int kind, member in struct:lang_hooks
|
/external/fio/ |
parse.c | 841 static int handle_option(struct fio_option *o, const char *__ptr, void *data) function 846 dprint(FD_PARSE, "handle_option=%s, ptr=%s\n", o->name, __ptr); 967 if (!handle_option(o, val, data)) 997 if (handle_option(*o, post, data)) { 1200 handle_option(o, o->def, data);
|
/external/pcre/dist/ |
pcregrep.c | 2381 handle_option(int letter, int options) function [all...] |