HomeSort by: relevance | last modified time | path
    Searched defs:R_32 (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 };
775 return R_32;
847 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1385 * R_32 type is used in all other cases. We can have as many
1393 R_32 entries go at the end. See finalize_got_offsets for details.
1422 got->n_slots[R_32] = 0;
1520 and one extra R_32 slots to simplify handling of 2-slot entries during
1648 /* Update all got->n_slots counters, including n_slots[R_32]. */
1720 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_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 };
775 return R_32;
847 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1386 * R_32 type is used in all other cases. We can have as many
1394 R_32 entries go at the end. See finalize_got_offsets for details.
1423 got->n_slots[R_32] = 0;
1521 and one extra R_32 slots to simplify handling of 2-slot entries during
1649 /* Update all got->n_slots counters, including n_slots[R_32]. */
1721 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_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 };
775 return R_32;
847 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1386 * R_32 type is used in all other cases. We can have as many
1394 R_32 entries go at the end. See finalize_got_offsets for details.
1423 got->n_slots[R_32] = 0;
1521 and one extra R_32 slots to simplify handling of 2-slot entries during
1649 /* Update all got->n_slots counters, including n_slots[R_32]. */
1721 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_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 };
775 return R_32;
847 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
1386 * R_32 type is used in all other cases. We can have as many
1394 R_32 entries go at the end. See finalize_got_offsets for details.
1423 got->n_slots[R_32] = 0;
1521 and one extra R_32 slots to simplify handling of 2-slot entries during
1649 /* Update all got->n_slots counters, including n_slots[R_32]. */
1721 BFD_ASSERT (got->n_slots[R_32] >= got->local_n_slots)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
s390-opc.c 69 #define R_32 (R_CP16_28+1) /* GPR starting at position 32 */
74 #define RE_8 (R_32 + 1) /* GPR starting at position 8 */
442 #define INSTR_RXF_RRRDR 6, { R_32,R_8,D_20,X_12,B_16,0 } /* e.g. .insn */
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-opc.c 69 #define R_32 (R_CP16_28+1) /* GPR starting at position 32 */
74 #define RE_8 (R_32 + 1) /* GPR starting at position 8 */
442 #define INSTR_RXF_RRRDR 6, { R_32,R_8,D_20,X_12,B_16,0 } /* e.g. .insn */
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-opc.c 69 #define R_32 (R_CP16_28+1) /* GPR starting at position 32 */
74 #define RE_8 (R_32 + 1) /* GPR starting at position 8 */
442 #define INSTR_RXF_RRRDR 6, { R_32,R_8,D_20,X_12,B_16,0 } /* e.g. .insn */
  /src/external/gpl3/gdb/dist/opcodes/
s390-opc.c 69 #define R_32 (R_CP16_28+1) /* GPR starting at position 32 */
74 #define RE_8 (R_32 + 1) /* GPR starting at position 8 */
442 #define INSTR_RXF_RRRDR 6, { R_32,R_8,D_20,X_12,B_16,0 } /* e.g. .insn */

Completed in 25 milliseconds