OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_8
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
s390-opc.c
47
#define
R_8
1 /* GPR starting at position 8 */
290
#define INSTR_RIE_RRP 6, {
R_8
,R_12,J16_16,0,0,0 } /* e.g. brxhg */
291
#define INSTR_RIE_RRPU 6, {
R_8
,R_12,U4_32,J16_16,0,0 } /* e.g. crj */
292
#define INSTR_RIE_RRP0 6, {
R_8
,R_12,J16_16,0,0,0 } /* e.g. crjne */
293
#define INSTR_RIE_RRI0 6, {
R_8
,R_12,I16_16,0,0,0 } /* e.g. ahik */
294
#define INSTR_RIE_RUPI 6, {
R_8
,I8_32,U4_12,J16_16,0,0 } /* e.g. cij */
295
#define INSTR_RIE_R0PI 6, {
R_8
,I8_32,J16_16,0,0,0 } /* e.g. cijne */
296
#define INSTR_RIE_RUPU 6, {
R_8
,U8_32,U4_12,J16_16,0,0 } /* e.g. clij */
297
#define INSTR_RIE_R0PU 6, {
R_8
,U8_32,J16_16,0,0,0 } /* e.g. clijne */
298
#define INSTR_RIE_R0IU 6, {
R_8
,I16_16,U4_32,0,0,0 } /* e.g. cit *
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-m68k.c
681
enum elf_m68k_got_offset_size {
R_8
, R_16, R_32, R_LAST };
775
return
R_8
;
836
n_slots[
R_8
] is the count of
R_8
slots in this GOT.
837
n_slots[R_16] is the cumulative count of
R_8
and R_16 slots
839
n_slots[R_32] is the cumulative count of
R_8
, R_16 and R_32 slots
[
all
...]
Completed in 3157 milliseconds