HomeSort by relevance Sort by last modified time
    Searched refs:r_type (Results 201 - 225 of 248) sorted by null

1 2 3 4 5 6 7 8910

  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 277 unsigned int r_type;
279 r_type = ELF32_R_TYPE (dst->r_info);
280 BFD_ASSERT (r_type < (unsigned int) R_RL78_max);
281 cache_ptr->howto = rl78_elf_howto_table + r_type;
442 int r_type;
444 r_type = ELF32_R_TYPE (rel->r_info);
564 switch (r_type)
953 if (r_type == R_RL78_DIR24S_PCREL)
276 unsigned int r_type; local
440 int r_type; local
    [all...]
coff-z80.c 76 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
81 switch (dst->r_type)
coffswap.h 222 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
elf32-m68hc11.c 384 unsigned int r_type; local
386 r_type = ELF32_R_TYPE (dst->r_info);
387 BFD_ASSERT (r_type < (unsigned int) R_M68HC11_max);
388 cache_ptr->howto = &elf_m68hc11_howto_table[r_type];
    [all...]
elf64-sparc.c 87 unsigned int r_type; local
118 r_type = ELF64_R_TYPE_ID (rela.r_info);
119 if (r_type == R_SPARC_OLO10)
129 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (r_type);
elf32-h8300.c 337 elf32_h8_final_link_relocate (unsigned long r_type, bfd *input_bfd,
348 switch (r_type)
446 unsigned int r_type;
460 r_type = ELF32_R_TYPE (rel->r_info);
487 r = elf32_h8_final_link_relocate (r_type, input_bfd, output_bfd,
445 unsigned int r_type; local
    [all...]
elf32-nds32.c 2965 enum elf_nds32_reloc_type r_type; local
4528 enum elf_nds32_reloc_type r_type; local
6355 enum elf_nds32_reloc_type r_type; local
    [all...]
elfxx-ia64.c 546 ia64_elf_install_value (bfd_byte *hit_addr, bfd_vma v, unsigned int r_type)
562 switch (r_type)
riscix.c 373 natptr->r_type[0] =
384 natptr->r_type[0] =
coff-z8k.c 80 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
85 switch (dst->r_type)
mach-o.h 117 unsigned int r_type : 4; member in struct:bfd_mach_o_reloc_info
elf32-i860.c 1100 int r_type; local
    [all...]
elf32-rx.c 308 unsigned int r_type;
310 r_type = ELF32_R_TYPE (dst->r_info);
311 BFD_ASSERT (r_type < (unsigned int) R_RX_max);
312 cache_ptr->howto = rx_elf_howto_table + r_type;
513 int r_type;
515 r_type = ELF32_R_TYPE (rel->r_info);
655 if (r_type != R_RX_RH_3_PCREL
656 && r_type != R_RX_DIR3U_PCREL)
695 switch (r_type)
307 unsigned int r_type; local
511 int r_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
ti.h 533 char r_type[2]; member in struct:external_reloc_v0
541 char r_type[2]; member in struct:external_reloc
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.h 234 enum bfd_reloc_code_real r_type; member in struct:nds32_relax_fixup_info
tc-h8300.c 2222 bfd_reloc_code_real_type r_type; local
    [all...]
tc-tic54x.c 109 bfd_reloc_code_real_type r_type; /* Relocation type. */ member in struct:_tic54x_insn::__anon75251
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 151 RELOC_ENUM r_type /* Relocation type. */,
175 fixP->fx_r_type = r_type;
236 RELOC_ENUM r_type /* Relocation type. */)
239 (symbolS *) NULL, offset, pcrel, r_type, FALSE);
252 RELOC_ENUM r_type /* Relocation type. */)
278 return fix_new_exp (frag, where, size, exp, pcrel, r_type);
284 r_type = BFD_RELOC_RVA;
308 r_type, FALSE);
316 offsetT offset, int pcrel, RELOC_ENUM r_type)
319 (symbolS *) NULL, offset, pcrel, r_type, TRUE)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.h 331 // Return true if a reference to SYM from a reloc of type R_TYPE
336 is_call_to_non_split(const Symbol* sym, unsigned int r_type) const
337 { return this->do_is_call_to_non_split(sym, r_type); }
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 118 int r_type; /* type of rule--see below */ member in struct:rule
786 rulep->r_type = JULIAN_DAY;
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
810 rulep->r_type = DAY_OF_YEAR;
841 switch (rulep->r_type) {
    [all...]
  /bionic/libc/tzcode/
localtime.c 138 enum r_type { enum
145 enum r_type r_type; /* type of rule */ member in struct:rule
878 rulep->r_type = JULIAN_DAY;
885 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
902 rulep->r_type = DAY_OF_YEAR;
933 switch (rulep->r_type) {
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 552 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id)
558 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id);
563 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1729 uint32_t r_value, pair_r_value, r_type; local
1882 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2029 uint32_t r_type = info->O->getAnyRelocationType(RE); local
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 604 uint32_t r_type = Type & 0xff; local
610 uint32_t RelType = r_type;
1423 uint32_t r_type = RelType & 0xff; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 438 // Constant values for the r_type field in an
448 // Constant values for the r_type field in a PowerPC architecture
468 // Constant values for the r_type field in an ARM architecture
482 // Constant values for the r_type field in an ARM64 architecture
509 // Constant values for the r_type field in an x86_64 architecture
945 r_type:4; member in struct:llvm::MachO::relocation_info
953 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
957 r_type:4,
    [all...]

Completed in 4310 milliseconds

1 2 3 4 5 6 7 8910