OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:R_16
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c
690
enum elf_m68k_got_offset_size { R_8,
R_16
, R_32, R_LAST };
779
return
R_16
;
845
n_slots[
R_16
] is the cumulative count of R_8 and
R_16
slots
847
n_slots[R_32] is the cumulative count of R_8,
R_16
and R_32 slots
1382
*
R_16
type is used in entries for symbols that have at least one
1392
R_8 entries, which are followed by
R_16
entries, and
1421
got->n_slots[
R_16
] = 0;
1519
/* When using negative offsets, we allocate one extra R_8, one extra
R_16
1521
offset allocation -- hence -1 for R_8 slots and -2 for
R_16
slots. *
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c
690
enum elf_m68k_got_offset_size { R_8,
R_16
, R_32, R_LAST };
779
return
R_16
;
845
n_slots[
R_16
] is the cumulative count of R_8 and
R_16
slots
847
n_slots[R_32] is the cumulative count of R_8,
R_16
and R_32 slots
1383
*
R_16
type is used in entries for symbols that have at least one
1393
R_8 entries, which are followed by
R_16
entries, and
1422
got->n_slots[
R_16
] = 0;
1520
/* When using negative offsets, we allocate one extra R_8, one extra
R_16
1522
offset allocation -- hence -1 for R_8 slots and -2 for
R_16
slots. *
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c
690
enum elf_m68k_got_offset_size { R_8,
R_16
, R_32, R_LAST };
779
return
R_16
;
845
n_slots[
R_16
] is the cumulative count of R_8 and
R_16
slots
847
n_slots[R_32] is the cumulative count of R_8,
R_16
and R_32 slots
1383
*
R_16
type is used in entries for symbols that have at least one
1393
R_8 entries, which are followed by
R_16
entries, and
1422
got->n_slots[
R_16
] = 0;
1520
/* When using negative offsets, we allocate one extra R_8, one extra
R_16
1522
offset allocation -- hence -1 for R_8 slots and -2 for
R_16
slots. *
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c
690
enum elf_m68k_got_offset_size { R_8,
R_16
, R_32, R_LAST };
779
return
R_16
;
845
n_slots[
R_16
] is the cumulative count of R_8 and
R_16
slots
847
n_slots[R_32] is the cumulative count of R_8,
R_16
and R_32 slots
1384
*
R_16
type is used in entries for symbols that have at least one
1394
R_8 entries, which are followed by
R_16
entries, and
1423
got->n_slots[
R_16
] = 0;
1521
/* When using negative offsets, we allocate one extra R_8, one extra
R_16
1523
offset allocation -- hence -1 for R_8 slots and -2 for
R_16
slots. *
[
all
...]
/src/external/gpl3/binutils/dist/opcodes/
s390-opc.c
59
#define
R_16
(R_12 + 1) /* GPR starting at position 16 */
61
#define R_20 (
R_16
+ 1) /* GPR starting at position 20 */
370
#define INSTR_RRF_RURR 4, { R_24,R_28,
R_16
,U4_20,0,0 } /* e.g. ipte */
371
#define INSTR_RRF_RURR2 4, { R_24,
R_16
,R_28,U4_20,0,0 } /* e.g. lptea */
372
#define INSTR_RRF_R0RR 4, { R_24,
R_16
,R_28,0,0,0 } /* e.g. idte */
373
#define INSTR_RRF_R0RR2 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. ark */
374
#define INSTR_RRF_R0RER 4, { RE_24,R_28,
R_16
,0,0,0 } /* e.g. mgrk */
375
#define INSTR_RRF_R0RR3 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. selrz */
504
#define INSTR_VRR_VRR 6, { V_8,R_12,
R_16
,0,0,0 } /* e.g. vlvgp */
/src/external/gpl3/binutils.old/dist/opcodes/
s390-opc.c
59
#define
R_16
(R_12 + 1) /* GPR starting at position 16 */
61
#define R_20 (
R_16
+ 1) /* GPR starting at position 20 */
370
#define INSTR_RRF_RURR 4, { R_24,R_28,
R_16
,U4_20,0,0 } /* e.g. ipte */
371
#define INSTR_RRF_RURR2 4, { R_24,
R_16
,R_28,U4_20,0,0 } /* e.g. lptea */
372
#define INSTR_RRF_R0RR 4, { R_24,
R_16
,R_28,0,0,0 } /* e.g. idte */
373
#define INSTR_RRF_R0RR2 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. ark */
374
#define INSTR_RRF_R0RER 4, { RE_24,R_28,
R_16
,0,0,0 } /* e.g. mgrk */
375
#define INSTR_RRF_R0RR3 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. selrz */
504
#define INSTR_VRR_VRR 6, { V_8,R_12,
R_16
,0,0,0 } /* e.g. vlvgp */
/src/external/gpl3/gdb/dist/opcodes/
s390-opc.c
59
#define
R_16
(R_12 + 1) /* GPR starting at position 16 */
61
#define R_20 (
R_16
+ 1) /* GPR starting at position 20 */
370
#define INSTR_RRF_RURR 4, { R_24,R_28,
R_16
,U4_20,0,0 } /* e.g. ipte */
371
#define INSTR_RRF_RURR2 4, { R_24,
R_16
,R_28,U4_20,0,0 } /* e.g. lptea */
372
#define INSTR_RRF_R0RR 4, { R_24,
R_16
,R_28,0,0,0 } /* e.g. idte */
373
#define INSTR_RRF_R0RR2 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. ark */
374
#define INSTR_RRF_R0RER 4, { RE_24,R_28,
R_16
,0,0,0 } /* e.g. mgrk */
375
#define INSTR_RRF_R0RR3 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. selrz */
504
#define INSTR_VRR_VRR 6, { V_8,R_12,
R_16
,0,0,0 } /* e.g. vlvgp */
/src/external/gpl3/gdb.old/dist/opcodes/
s390-opc.c
57
#define
R_16
(R_12 + 1) /* GPR starting at position 16 */
59
#define R_20 (
R_16
+ 1) /* GPR starting at position 20 */
380
#define INSTR_RRF_RURR 4, { R_24,R_28,
R_16
,U4_20,0,0 } /* e.g. ipte */
381
#define INSTR_RRF_RURR2 4, { R_24,
R_16
,R_28,U4_20,0,0 } /* e.g. lptea */
382
#define INSTR_RRF_R0RR 4, { R_24,
R_16
,R_28,0,0,0 } /* e.g. idte */
383
#define INSTR_RRF_R0RR2 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. ark */
384
#define INSTR_RRF_R0RER 4, { RE_24,R_28,
R_16
,0,0,0 } /* e.g. mgrk */
385
#define INSTR_RRF_R0RR3 4, { R_24,R_28,
R_16
,0,0,0 } /* e.g. selrz */
512
#define INSTR_VRR_VRR 6, { V_8,R_12,
R_16
,0,0,0 } /* e.g. vlvgp */
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026