Lines Matching +defs:x +defs:get
38 * prof [-ChsVz] [-a | c | n | t] [-o | x] [-g | l]
53 * -x Include symbol addresses in output (in hexadecimal).
77 #define OLD_DEBUG(x)
101 /* Title fragment used if symbol addresses in output ("-o" or "-x"). */
237 #define F_PADDR FBIT(3) /* Set if "-o" or "-x" seen. */
411 case 'x': /* Include symbol addresses in output. */
412 aformat[2] = n; /* 'o' or 'x' in format */
554 * Having gotten preliminaries out of the way, get down to business.
728 "Routine %-8.8s @ %#8x+%-2d matches count address %#8x\n",
956 "Synonym series:\n1st->\t%s at address %x, ct=%ld, time=%f\n",
978 "\t%s at address %x, ct=%ld, time=%f\n",
1015 * include "-o" or "-x": Include symbol address, which causes
1336 /* getname - get the name of a symbol in a permanent fashion */
1345 int get; /* amount of space to get */
1358 get = lth > STRSPACE ? lth : STRSPACE;
1359 strtable = _prof_Malloc(1, get);
1360 size = get;
1373 "usage: %s [-ChsVz] [-a | c | n | t] [-o | x] [-g | l]\n"