Lines Matching refs:r_type

800 	   (((r->r_type) & IMAGE_REL_PPC_TOCDEFN) == 0) \
1038 unsigned short r_type;
1041 r_type = reloc_entry->howto->type;
1054 if (r_type == IMAGE_REL_PPC_REFHI)
1062 if ((part1_consth_active) && (r_type != IMAGE_REL_PPC_PAIR))
1120 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1121 unsigned short r_flags = EXTRACT_FLAGS(rel->r_type);
1126 /* FIXME: check bounds on r_type */
1127 howto = ppc_coff_howto_table + r_type;
1146 if (r_type == IMAGE_REL_PPC_IMGLUE && h == 0)
1194 switch (r_type)
1198 (_("%B: unsupported relocation type 0x%02x"), input_bfd, r_type);
1732 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1733 unsigned short r_flags = EXTRACT_FLAGS (rel->r_type);
1736 DUMP_RELOC2 (ppc_coff_howto_table[r_type].name, rel);
1738 switch(r_type)
1957 unsigned short r_type = EXTRACT_TYPE (internal->r_type);
1958 unsigned short r_flags = EXTRACT_FLAGS(internal->r_type);
1959 unsigned short junk = EXTRACT_JUNK (internal->r_type);
1961 /* The masking process only slices off the bottom byte for r_type. */
1962 if ( r_type > MAX_RELOC_INDEX )
1969 switch(r_type)
1979 DUMP_RELOC2 (ppc_coff_howto_table[r_type].name, internal);
1980 howto = ppc_coff_howto_table + r_type;
1983 DUMP_RELOC2 (ppc_coff_howto_table[r_type].name, internal);
1984 howto = ppc_coff_howto_table + r_type;
1987 DUMP_RELOC2 (ppc_coff_howto_table[r_type].name, internal);
1996 ppc_coff_howto_table[r_type].name,
1997 r_type);
1998 howto = ppc_coff_howto_table + r_type;
2026 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
2027 unsigned short r_flags = EXTRACT_FLAGS (rel->r_type);
2028 unsigned short junk = EXTRACT_JUNK (rel->r_type);
2030 /* The masking process only slices off the bottom byte for r_type. */
2031 if (r_type > MAX_RELOC_INDEX)
2038 switch(r_type)
2041 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
2043 howto = ppc_coff_howto_table + r_type;
2046 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
2059 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
2060 howto = ppc_coff_howto_table + r_type;
2063 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
2064 howto = ppc_coff_howto_table + r_type;
2069 ppc_coff_howto_table[r_type].name,
2070 r_type);
2071 howto = ppc_coff_howto_table + r_type;
2127 #define SELECT_RELOC(internal, howto) {internal.r_type=howto->type;}