OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOT
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/arch-x86/include/machine/
asm.h
62
#define PIC_GOT(x) x@
GOT
(%ebx)
/ndk/build/platforms/android-5/arch-x86/usr/include/machine/
asm.h
62
#define PIC_GOT(x) x@
GOT
(%ebx)
/ndk/build/platforms/android-8/arch-x86/usr/include/machine/
asm.h
62
#define PIC_GOT(x) x@
GOT
(%ebx)
/bionic/libc/arch-sh/include/machine/
asm.h
147
#define PIC_GOT(x) x@
GOT
150
#define PIC_PROLOGUE(
got
) \
152
PIC_PROLOGUE_NOSAVE(
got
)
158
#define PIC_PROLOGUE_NOSAVE(
got
) \
159
mov.l
got
, r12; \
160
mova
got
, r0; \
Completed in 398 milliseconds