Home
last modified time | relevance | path

Searched refs:__PTR_TO_INT (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dobstack.h121 #ifndef __PTR_TO_INT
122 # define __PTR_TO_INT(P) ((P) - (char *) 0) macro
429 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
522 (h)->temp = __PTR_TO_INT ((h)->object_base), \
524 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
/toolchain/binutils/binutils-2.25/gas/
Das.h149 #undef __PTR_TO_INT
150 #define __PTR_TO_INT(P) ((int) (P)) macro
DChangeLog-929510560 * as.h (__PTR_TO_INT, __INT_TO_PTR): New versions for Saber, to