Searched refs:UNITS_TO_CODE (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.bin/gprof/
H A Daarch64.h39 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dalpha.h44 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Damd64.h43 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Darm.h39 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dhppa.h44 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Di386.h40 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dm88k.h40 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dmips64.h46 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dpowerpc.h44 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dsh.h38 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dsparc64.h44 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dpowerpc64.h44 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Driscv64.h43 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) macro
H A Dgprof.c559 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale;
564 nlp->svalue, nlp->svalue + UNITS_TO_CODE);
567 nlp->svalue += UNITS_TO_CODE;
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c36 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
210 bin_of_code = ((sym->hist.scaled_addr + UNITS_TO_CODE - lowpc)
218 + UNITS_TO_CODE)));
219 sym->hist.scaled_addr += UNITS_TO_CODE;
35 #define UNITS_TO_CODE macro
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dhist.c35 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
213 bin_of_code = ((sym->hist.scaled_addr + UNITS_TO_CODE - lowpc)
221 + UNITS_TO_CODE)));
222 sym->hist.scaled_addr += UNITS_TO_CODE;
34 #define UNITS_TO_CODE macro

Completed in 85 milliseconds