/toolchain/binutils/binutils-2.25/gold/testsuite/ |
discard_locals_relocatable_test.c | 43 extern void print_func (const char* s); 50 print_func ("local string");
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mcore-dis.c | 96 fprintf_ftype print_func = info->fprintf_func; local 125 (*print_func) (stream, ".short 0x%04x", inst); 130 (*print_func) (stream, "%s", op->name); 138 (*print_func) (stream, "\t%d", inst & 0x3); 144 (*print_func) (stream, "\t%s", name); 148 (*print_func) (stream, "\t%s, %s", name, crname[(inst >> 4) & 0x1F]); 152 (*print_func) (stream, "\t%s, r1", name); 157 (*print_func) (stream, "\t%s, %s", name, grname[(inst >> 4) & 0xF]); 161 (*print_func) (stream, "\tr1, %s", name); 165 (*print_func) (stream, "\t%s, %d", name, ((inst >> 4) & 0x1F) + 1) [all...] |
microblaze-dis.c | 204 fprintf_ftype print_func = info->fprintf_func; local 245 print_func (stream, ".short 0x%04x", (unsigned int) inst); 248 print_func (stream, "%s", op->name); 253 print_func (stream, "\t%s, %s, %s", get_field_rd (inst), 257 print_func (stream, "\t%s, %s, %s", get_field_rd (inst), 272 print_func (stream, "\t// "); 278 print_func (stream, "\t%s, %s, %s", get_field_rd (inst), 282 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_rfsl (inst)); 285 print_func (stream, "\t%s, %s", get_field_r1 (inst), get_field_rfsl (inst)); 288 print_func (stream, "\t%s, %s", get_field_rd (inst) [all...] |
/external/elfutils/tests/ |
dwflmodtest.c | 113 print_func (Dwarf_Die *func, void *arg) function 196 (void) dwarf_getfuncs (info.cudie, print_func, &info, 0);
|
/external/tcpdump/ |
print-radius.c | 372 void (*print_func)(netdissect_options *, register u_char *, u_int, u_short); member in struct:attrtype [all...] |
/external/strace/ |
util.c | [all...] |
defs.h | 474 bool (*print_func)(struct tcb *,
|
/external/conscrypt/common/src/jni/main/cpp/ |
NativeCrypto.cpp | 1035 typedef int print_func(BIO*, const EVP_PKEY*, int, ASN1_PCTX*); typedef [all...] |