Home
last modified time | relevance | path

Searched defs:R_ARM_TLS_LDO32 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Delf_machdep.h114 #define R_ARM_TLS_LDO32 106 /* 32 bit offset relative to TLS */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Darm.h172 R_ARM_TLS_LDO32 = 106, // Static Data S + A - TLS enumerator
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Darm.h172 R_ARM_TLS_LDO32 = 106, // Static Data S + A - TLS enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1938 enum R_ARM_TLS_LDO32 = 106; variable