HomeSort by: relevance | last modified time | path
    Searched defs:UNITS_TO_CODE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 39 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
279 bin_of_code = ((sym->hist.scaled_addr + UNITS_TO_CODE - r->lowpc)
287 + UNITS_TO_CODE)));
288 sym->hist.scaled_addr += UNITS_TO_CODE;
  /src/external/gpl3/binutils/dist/gprof/
hist.c 37 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
308 bin_of_code = ((sym->hist.scaled_addr + UNITS_TO_CODE - r->lowpc)
316 + UNITS_TO_CODE)));
317 sym->hist.scaled_addr += UNITS_TO_CODE;
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 37 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT))
308 bin_of_code = ((sym->hist.scaled_addr + UNITS_TO_CODE - r->lowpc)
316 + UNITS_TO_CODE)));
317 sym->hist.scaled_addr += UNITS_TO_CODE;

Completed in 25 milliseconds