Searched refs:PROGRAM_NAME (Results 1 - 4 of 4) sorted by relevance

/external/lldb/examples/lookup/
H A Dmain.cpp71 #define PROGRAM_NAME "lldb-lookup" macro
77 " " PROGRAM_NAME " -- symbolicate addresses using lldb.\n"
80 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] [--verbose] [--help] --] <PATH> <ADDRESS> [<ADDRESS>....]\n"
87 " " PROGRAM_NAME " --arch=x86_64 -- /usr/lib/dyld 0x100000000\n"
/external/lldb/examples/functions/
H A Dmain.cpp75 #define PROGRAM_NAME "lldb-functions" macro
81 " " PROGRAM_NAME " -- extract all function signatures from one or more binaries.\n"
84 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] [--verbose] [--help] [--canonical] --] <PATH> [<PATH>....]\n"
90 " " PROGRAM_NAME " --arch=x86_64 /usr/lib/dyld\n"
/external/toybox/toys/pending/
H A Dnetstat.c60 #define PROGRAM_NAME "PID/Program Name" macro
487 xprintf("\nProto Recv-Q Send-Q %-51s %-51s %-12s%s\n", "Local Address", "Foreign Address", "State", PROGRAM_NAME);
489 xprintf("\nProto Recv-Q Send-Q %-23s %-23s %-12s%s\n", "Local Address", "Foreign Address", "State", PROGRAM_NAME);
643 if (toys.optflags & FLAG_p) xprintf("\nProto RefCnt Flags Type State I-Node %s Path\n", PROGRAM_NAME);
/external/libpng/contrib/tools/
H A Dpngfix.c37 #define PROGRAM_NAME "pngfix" macro
3767 " " PROGRAM_NAME ":",

Completed in 126 milliseconds