HomeSort by relevance Sort by last modified time
    Searched refs:reloc_type (Results 1 - 25 of 62) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
literal.c 55 bfd_reloc_code_real_type reloc_type; local
80 reloc_type = BFD_RELOC_32;
83 reloc_type = BFD_RELOC_64;
89 reloc_type);
cgen.c 377 bfd_reloc_code_real_type reloc_type; local
449 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup);
452 && reloc_type == BFD_RELOC_RELC
474 if (reloc_type == BFD_RELOC_RELC
503 (reloc_type == BFD_RELOC_RELC) ?
893 bfd_reloc_code_real_type reloc_type; local
963 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
965 if (reloc_type == BFD_RELOC_RELC)
977 if (reloc_type != BFD_RELOC_NONE)
978 fixP->fx_r_type = reloc_type;
    [all...]
  /toolchain/binutils/binutils-2.25/include/aout/
reloc.h 25 enum reloc_type enum
adobe.h 259 enum reloc_type
311 enum reloc_type r_type; /* relocation type */
258 enum reloc_type enum
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.h 60 #define reloc_type int macro
tc-epiphany.c 943 bfd_reloc_code_real_type reloc_type;
947 reloc_type = md_cgen_lookup_reloc (fragP->fr_cgen.insn, operand, NULL);
955 reloc_type,
1046 bfd_reloc_code_real_type reloc_type;
1055 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
1058 reloc_type = fixP->fx_r_type;
1071 && (reloc_type == BFD_RELOC_EPIPHANY_SIMM24
1072 || reloc_type == BFD_RELOC_EPIPHANY_SIMM8
1073 || reloc_type == BFD_RELOC_EPIPHANY_HIGH
1074 || reloc_type == BFD_RELOC_EPIPHANY_LOW)
936 bfd_reloc_code_real_type reloc_type; local
1037 bfd_reloc_code_real_type reloc_type; local
    [all...]
tc-m32r.c 2136 bfd_reloc_code_real_type reloc_type; local
2326 int reloc_type; local
    [all...]
tc-xstormy16.c 492 bfd_reloc_code_real_type reloc_type;
533 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
534 if (reloc_type != BFD_RELOC_NONE)
535 fixP->fx_r_type = reloc_type;
488 bfd_reloc_code_real_type reloc_type; local
aout_gnu.h 31 each must define the enum reloc_type
38 enum reloc_type enum
340 enum reloc_type r_type:5; */
341 enum reloc_type r_type;
356 typedef enum i860_reloc_type reloc_type;
375 /* r_type: highlow_type - bits 5,4; reloc_type - bits 3-0 */
354 typedef enum i860_reloc_type reloc_type; typedef in typeref:enum:i860_reloc_type
tc-nios2.c 128 bfd_reloc_code_real_type reloc_type; member in struct:nios2_insn_reloc
1278 bfd_reloc_code_real_type reloc_type; member in struct:nios2_special_relocS
    [all...]
tc-iq2000.c 534 iq2000_record_hi16 (int reloc_type,
540 gas_assert (reloc_type == BFD_RELOC_HI16);
742 bfd_reloc_code_real_type reloc_type;
750 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
753 reloc_type = fixP->fx_r_type;
766 if ( reloc_type == BFD_RELOC_VTABLE_INHERIT
767 || reloc_type == BFD_RELOC_VTABLE_ENTRY)
736 bfd_reloc_code_real_type reloc_type; local
tc-rl78.c 966 int reloc_type, reloc_adjust;
1003 reloc_type = BFD_RELOC_NONE;
1025 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE;
1042 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE;
1059 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE;
1076 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE;
1093 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE;
1108 reloc_type = fix->fx_r_type;
1117 fix->fx_r_type = reloc_type;
1119 switch (reloc_type)
965 int reloc_type, reloc_adjust; local
    [all...]
tc-metag.c 178 enum bfd_reloc_code_real reloc_type; member in struct:__anon75202
191 enum bfd_reloc_code_real reloc_type; member in struct:__anon75203
675 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOT;
681 addr->reloc_type = BFD_RELOC_METAG_TLS_IE;
687 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOTOFF;
690 addr->reloc_type = BFD_RELOC_METAG_GETSETOFF;
987 insn->reloc_type = addr->reloc_type;
1003 addr.reloc_type = BFD_RELOC_UNUSED;
1148 addr.reloc_type = BFD_RELOC_UNUSED
6899 int reloc_type; local
    [all...]
tc-rx.c 1737 int reloc_type, reloc_adjust; local
    [all...]
tc-frv.c 1525 bfd_reloc_code_real_type reloc_type; local
1595 bfd_reloc_code_real_type reloc_type = BFD_RELOC_CTOR; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc 77 Reloc_type rtype,
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); local
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC
149 switch (reloc_type)
copy-relocs.h 99 Copy_reloc_entry(Symbol* sym, unsigned int reloc_type,
104 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj),
aarch64-reloc-property.h 40 enum Reloc_type {
91 Reloc_type
92 reloc_type() const function in class:gold::AArch64_reloc_property
135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
156 Reloc_type reloc_type_;
200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC)
arm-reloc-property.cc 95 Reloc_type rtype,
308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type();
309 gold_assert(reloc_type == Arm_reloc_property::RT_STATIC
313 switch (reloc_type)
arm-reloc-property.h 35 enum Reloc_type {
76 Reloc_type
77 reloc_type() const function in class:gold::Arm_reloc_property
149 Arm_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
252 Reloc_type reloc_type_;
311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC)
copy-relocs.cc 181 unsigned int reloc_type = elfcpp::elf_r_type<size>(rel.get_r_info()); local
184 this->entries_.push_back(Copy_reloc_entry(sym, reloc_type, object, shndx,
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 10576 unsigned int reloc_type = get_reloc_type (reloc->r_info); local
11180 unsigned int reloc_type; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 56 uint32_t reloc_type; member in struct:drm_qxl_reloc
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 75 uint32_t reloc_type; member in struct:drm_qxl_reloc
  /external/libdrm/include/drm/
qxl_drm.h 75 uint32_t reloc_type; member in struct:drm_qxl_reloc

Completed in 418 milliseconds

1 2 3