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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 122 #ifndef __PTR_TO_INT
123 # define __PTR_TO_INT(P) ((P) - (char *) 0)
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
  /toolchain/binutils/binutils-2.25/include/
obstack.h 122 #ifndef __PTR_TO_INT
123 # define __PTR_TO_INT(P) ((P) - (char *) 0)
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
  /toolchain/binutils/binutils-2.25/gas/
as.h 149 #undef __PTR_TO_INT
150 #define __PTR_TO_INT(P) ((int) (P))

Completed in 69 milliseconds