Searched refs:REL (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/sys/scsi/adapters/ |
H A D | scr.ss | 59 SELECT ATN FROM 0, REL(resel_m) 66 JUMP REL(command_phase), WHEN CMD 67 JUMP REL(switch), WHEN NOT MSG_OUT 70 JUMP REL(msgout) 80 JUMP REL(switch) 90 JUMP REL(switch) 103 JUMP REL(errmsg_out), WHEN MSG_OUT 105 JUMP REL(switch) 109 JUMP REL(switch) , WHEN NOT MSG_OUT 111 JUMP REL(errmsg_out) [all …]
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 36 @ MSG_DATA_REL "REL"
|
H A D | sections.msg | 63 @ MSG_SHT_REL_DMP "REL "
|
H A D | dynamic.msg | 80 @ MSG_DT_REL_CFNP "REL"
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 139 #define REL(X) (((Rt_elfp *)(X)->rt_priv)->e_reloc) macro
|
H A D | elf.c | 1849 REL(lmp) = (void *)(dyn->d_un.d_ptr + base); 2372 if (REL(lmp)) { 2373 (void) madvise((void *)ADDR(lmp), (uintptr_t)REL(lmp) +
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 570 /* REL */ { rel_2L11_tof, rel_2L11_tom }, 594 /* REL */ { rel_2M11_tof, rel_2M11_tom }, 632 /* REL */ { R1_sizeof, sizeof (Elf32_Rel) }, 668 /* REL */ ELF_T_REL,
|
H A D | xlate64.m4 | 627 /* REL */ { rel_2L11_tof, rel_2L11_tom }, 651 /* REL */ { rel_2M11_tof, rel_2M11_tom }, 689 /* REL */ { R1_sizeof, sizeof (Elf64_Rel) }, 724 /* REL */ ELF_T_REL,
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 489 relbgn = (ulong_t)(REL(lmp)); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 467 relbgn = (ulong_t)(REL(lmp)); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 616 relbgn = (ulong_t)(REL(lmp)); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 844 relbgn = (ulong_t)(REL(lmp)); in elf_reloc()
|