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

  /external/elfutils/backends/
common-reloc.c 32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
77 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
131 return reloc == R_TYPE (COPY);
137 return reloc == R_TYPE (NONE);
144 return reloc == R_TYPE (RELATIVE);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-epiphany.h 44 #define GAS_CGEN_PCREL_R_TYPE(R_TYPE) gas_cgen_pcrel_r_type (R_TYPE)
  /toolchain/binutils/binutils-2.27/bfd/
elfnn-aarch64.c 167 #define IS_AARCH64_TLS_RELOC(R_TYPE) \
168 ((R_TYPE) == BFD_RELOC_AARCH64_TLSGD_ADD_LO12_NC \
169 || (R_TYPE) == BFD_RELOC_AARCH64_TLSGD_ADR_PAGE21 \
170 || (R_TYPE) == BFD_RELOC_AARCH64_TLSGD_ADR_PREL21 \
171 || (R_TYPE) == BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC \
172 || (R_TYPE) == BFD_RELOC_AARCH64_TLSGD_MOVW_G1 \
173 || (R_TYPE) == BFD_RELOC_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 \
174 || (R_TYPE) == BFD_RELOC_AARCH64_TLSIE_LD32_GOTTPREL_LO12_NC \
175 || (R_TYPE) == BFD_RELOC_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC \
176 || (R_TYPE) == BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19
1976 unsigned int r_type; local
2651 unsigned int r_type; local
3982 unsigned int r_type, r_indx; local
4916 unsigned int r_type = howto->type; local
5627 unsigned int r_type = ELFNN_R_TYPE (rel->r_info); local
6020 unsigned int r_type; local
6668 unsigned int r_type; local
7012 unsigned int r_type; local
    [all...]
elf32-arm.c 1846 unsigned int r_type; local
2372 unsigned int r_type; member in struct:__anon3972
2869 unsigned int r_type; member in struct:a8_erratum_reloc
3824 unsigned int r_type; local
5319 unsigned int r_type; local
5545 unsigned int r_type, r_indx; local
6822 long r_type; local
9157 unsigned long r_type = howto->type; local
11532 int r_type; local
13557 int r_type; local
13770 int r_type; local
    [all...]
elf32-xtensa.c 481 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
483 if (r_type >= (unsigned int) R_XTENSA_max)
485 _bfd_error_handler (_("%B: invalid XTENSA reloc number: %d"), abfd, r_type);
486 r_type = 0;
488 cache_ptr->howto = &elf_howto_table[r_type];
480 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
992 unsigned int r_type; local
1307 unsigned int r_type; local
2379 int r_type; local
2598 int r_type; local
4985 int r_type; local
7507 int r_type = ELF32_R_TYPE (irel->r_info); local
8486 int r_type; local
8828 unsigned r_type; local
9426 unsigned r_type; local
10091 int r_type; local
10205 int r_type; local
10351 unsigned r_type; local
10751 int r_type = ELF32_R_TYPE (rel->r_info); local
10796 int r_type = ELF32_R_TYPE (rel->r_info); local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 27 #define R_TYPE 0x2
175 return (unsigned char) R_TYPE;
489 case R_TYPE:
  /bionic/linker/
linker_mips.cpp 65 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info);
linker.cpp     [all...]

Completed in 502 milliseconds