Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_386.h91 #ifndef R_386_TLS_LDO_32
92 #define R_386_TLS_LDO_32 32 macro
H A Ddwarf_elf_rel_detector.c94 #if defined (R_386_TLS_LDO_32) in _dwarf_is_32bit_abs_reloc()
95 | (type == R_386_TLS_LDO_32) in _dwarf_is_32bit_abs_reloc()
H A Ddwarf_reloc_386.h64 #define R_386_TLS_LDO_32 32 macro
H A Ddwarf_elf_defines.h1005 #ifndef R_386_TLS_LDO_32
1006 #define R_386_TLS_LDO_32 32 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h69 #define R_386_TLS_LDO_32 32 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_i386.c71 [R_386_TLS_LDO_32] = MSG_R_386_TLS_LDO_32,
H A Drelocate_i386.msg59 @ MSG_R_386_TLS_LDO_32 "R_386_TLS_LDO_32"
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c104 [R_386_TLS_LDO_32] = {0, FLG_RE_TLSLD, 4, 0, 0},
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c605 case R_386_TLS_LDO_32: in tls_fixups()
1038 if ((arsp->rel_rtype == R_386_TLS_LDO_32) || in ld_do_activerelocs()
1380 if (IS_TLS_LE(rtype) || (rtype == R_386_TLS_LDO_32)) in ld_reloc_TLS()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h877 #define R_386_TLS_LDO_32 32 /* 32 bit offset from start of TLS block */ macro