HomeSort by relevance Sort by last modified time
    Searched refs:R_SH_USES (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/include/coff/
sh.h 115 #define R_SH_USES 27 /* .uses pseudo-op */
  /toolchain/binutils/binutils-2.27/include/elf/
sh.h 147 RELOC_NUMBER (R_SH_USES, 27)
  /toolchain/binutils/binutils-2.27/bfd/
coff-sh.c 268 HOWTO (R_SH_USES, /* type */
552 || (reloc).r_type == R_SH_USES \
672 The compiler and assembler will cooperate to create R_SH_USES
674 R_SH_USES reloc is the PC relative offset to the instruction which
683 guarantees that each function call will have an R_SH_USES reloc.
684 Therefore, if the linker is able to convert each R_SH_USES reloc
688 When the assembler creates an R_SH_USES reloc, it examines it to
751 if (irel->r_type != R_SH_USES)
766 /* The r_offset field of the R_SH_USES reloc will point us to
775 (*_bfd_error_handler) ("%B: 0x%lx: warning: bad R_SH_USES offset"
    [all...]
elf32-sh-relocs.h 310 HOWTO (R_SH_USES, /* type */
318 "R_SH_USES", /* name */
    [all...]
elf32-sh.c 342 { BFD_RELOC_SH_USES, R_SH_USES },
559 if (ELF32_R_TYPE (irel->r_info) != (int) R_SH_USES)
574 /* The r_addend field of the R_SH_USES reloc will point us to
581 (*_bfd_error_handler) (_("%B: 0x%lx: warning: bad R_SH_USES offset"),
593 (_("%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"),
610 (_("%B: 0x%lx: warning: bad R_SH_USES load offset"),
721 /* Change the R_SH_USES reloc into an R_SH_IND12W reloc, and
746 /* See if there is another R_SH_USES reloc referring to the same
749 if (ELF32_R_TYPE (irelscan->r_info) == (int) R_SH_USES
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]

Completed in 466 milliseconds