Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dasm.h115 #define ELF_SIZE(x,s) .size x,s
119 #define ELF_SIZE(x,s)
124 #define ELF_SIZE(x,s) macro
141 #define End(x) ELF_SIZE(x,.-x)
/xnu-8020.121.3/osfmk/i386/
H A Dasm.h168 #define ELF_SIZE(x,s) .size x,s macro
172 #define ELF_SIZE(x,s) macro
189 #define End(x) ELF_SIZE(x,.-x)