/external/elfutils/src/ |
findtextrel.c | 95 static int process_file (const char *fname, bool more_than_one); 101 const char *fname, bool more_than_one, 152 const bool more_than_one = remaining + 1 < argc; local 155 result |= process_file (argv[remaining], more_than_one); 206 process_file (const char *fname, bool more_than_one) 435 symscn, dw, fname, more_than_one, &knownsrcs); 458 symscn, dw, fname, more_than_one, &knownsrcs); 493 const char *fname, bool more_than_one, void **knownsrcs) 503 if (more_than_one)
|
objdump.c | 93 static int process_file (const char *fname, bool more_than_one); 165 const bool more_than_one = remaining + 1 < argc; local 168 result |= process_file (argv[remaining], more_than_one); 251 process_file (const char *fname, bool more_than_one) 267 int result = handle_elf (elf, more_than_one ? "" : NULL,
|
nm.c | 124 static int process_file (const char *fname, bool more_than_one); 237 const bool more_than_one = remaining + 1 < argc; local 240 result |= process_file (argv[remaining], more_than_one); 357 process_file (const char *fname, bool more_than_one) 373 int result = handle_elf (elf, more_than_one ? "" : NULL, [all...] |
/external/blktrace/ |
blkparse.c | 90 int more_than_one; member in struct:per_process_info 718 ppi->more_than_one = 1; [all...] |
/external/chromium_org/v8/src/ |
code-stubs.cc | 749 argument_count_ = MORE_THAN_ONE;
|
code-stubs.h | 736 enum ArgumentCountKey { ANY, NONE, ONE, MORE_THAN_ONE }; [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.cc | [all...] |
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.cc | [all...] |
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.cc | [all...] |
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.cc | [all...] |