Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/krtld/
H A Dreloc.h64 #define reloc_table reloc64_table_x86 macro
67 #define reloc_table reloc32_table_x86
75 #define reloc_table reloc64_table_sparc
78 #define reloc_table reloc32_table_sparc
85 #define reloc_table reloc64_table
88 #define reloc_table reloc32_table
98 extern const Rel_entry reloc_table[];
100 #define IS_PLT(X) RELTAB_IS_PLT(X, reloc_table)
101 #define IS_GOT_RELATIVE(X) RELTAB_IS_GOT_RELATIVE(X, reloc_table)
102 #define IS_GOT_PC(X) RELTAB_IS_GOT_PC(X, reloc_table)
[all …]
/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c63 const Rel_entry reloc_table[R_386_NUM] = { variable
207 rep = &reloc_table[rtype]; in do_reloc_krtld()
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c63 const Rel_entry reloc_table[R_AMD64_NUM] = { variable
209 rep = &reloc_table[rtype]; in do_reloc_krtld()
/titanic_41/usr/src/uts/sparc/krtld/
H A Ddoreloc.c63 const Rel_entry reloc_table[R_SPARC_NUM] = { variable
391 rep = &reloc_table[rtype]; in do_reloc_krtld()
/titanic_41/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c71 rep = &reloc_table[rtype]; in undo_reloc()
/titanic_41/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c71 rep = &reloc_table[rtype]; in undo_reloc()
/titanic_41/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c66 size_t re_fsize = reloc_table[rtype].re_fsize; in undo_reloc()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1248 if (reloc_table[ortype].re_fsize != sizeof (Addr)) { in ld_reloc_local()
1679 reloc_table, in ld_targ_init_x86()
H A Dmachrel.sparc.c727 rep = &reloc_table[orsp->rel_rtype]; in ld_perform_outreloc()
2238 reloc_table, in ld_targ_init_sparc()
H A Dmachrel.intel.c1675 reloc_table, in ld_targ_init_x86()