HomeSort by relevance Sort by last modified time
    Searched defs:MCOUNT (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
profile.h 51 /* gcc always assumes the mcount public symbol has a single leading underscore
54 extern void __MINGW_LSYMBOL(mcount)(void);
56 /* FIXME: This works, but it would be cleaner to convert mcount into an
61 #define MCOUNT
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
asm.h 43 * MCOUNT
46 #define MCOUNT \
53 #define MCOUNT /* nothing */
67 MCOUNT
85 MCOUNT
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.h 35 #define MCOUNT(a) (sizeof(a)/sizeof(*a))

Completed in 83 milliseconds