Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dasm.h136 #define GOT_INIT(got,gotsym,pclabel) \ argument
138 pclabel: add got, pc
140 #define GOT_INITSYM(gotsym,pclabel) \ argument
142 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4)
144 #define GOT_INITSYM(gotsym,pclabel) \ argument
146 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8)
160 #define GOT_INIT(got,gotsym,pclabel) argument
161 #define GOT_INITSYM(gotsym,pclabel) argument