Lines Matching refs:fx_r_type

1895   if (   fixP->fx_r_type == BFD_RELOC_16_GOTOFF
1896 || fixP->fx_r_type == BFD_RELOC_32_GOTOFF
1897 || fixP->fx_r_type == BFD_RELOC_390_GOTOFF64
1898 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF16
1899 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF32
1900 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF64
1901 || fixP->fx_r_type == BFD_RELOC_390_PLT16DBL
1902 || fixP->fx_r_type == BFD_RELOC_390_PLT32
1903 || fixP->fx_r_type == BFD_RELOC_390_PLT32DBL
1904 || fixP->fx_r_type == BFD_RELOC_390_PLT64
1905 || fixP->fx_r_type == BFD_RELOC_390_GOT12
1906 || fixP->fx_r_type == BFD_RELOC_390_GOT20
1907 || fixP->fx_r_type == BFD_RELOC_390_GOT16
1908 || fixP->fx_r_type == BFD_RELOC_32_GOT_PCREL
1909 || fixP->fx_r_type == BFD_RELOC_390_GOT64
1910 || fixP->fx_r_type == BFD_RELOC_390_GOTENT
1911 || fixP->fx_r_type == BFD_RELOC_390_GOTPLT12
1912 || fixP->fx_r_type == BFD_RELOC_390_GOTPLT16
1913 || fixP->fx_r_type == BFD_RELOC_390_GOTPLT20
1914 || fixP->fx_r_type == BFD_RELOC_390_GOTPLT32
1915 || fixP->fx_r_type == BFD_RELOC_390_GOTPLT64
1916 || fixP->fx_r_type == BFD_RELOC_390_GOTPLTENT
1917 || fixP->fx_r_type == BFD_RELOC_390_TLS_LOAD
1918 || fixP->fx_r_type == BFD_RELOC_390_TLS_GDCALL
1919 || fixP->fx_r_type == BFD_RELOC_390_TLS_LDCALL
1920 || fixP->fx_r_type == BFD_RELOC_390_TLS_GD32
1921 || fixP->fx_r_type == BFD_RELOC_390_TLS_GD64
1922 || fixP->fx_r_type == BFD_RELOC_390_TLS_GOTIE12
1923 || fixP->fx_r_type == BFD_RELOC_390_TLS_GOTIE20
1924 || fixP->fx_r_type == BFD_RELOC_390_TLS_GOTIE32
1925 || fixP->fx_r_type == BFD_RELOC_390_TLS_GOTIE64
1926 || fixP->fx_r_type == BFD_RELOC_390_TLS_LDM32
1927 || fixP->fx_r_type == BFD_RELOC_390_TLS_LDM64
1928 || fixP->fx_r_type == BFD_RELOC_390_TLS_IE32
1929 || fixP->fx_r_type == BFD_RELOC_390_TLS_IE64
1930 || fixP->fx_r_type == BFD_RELOC_390_TLS_IEENT
1931 || fixP->fx_r_type == BFD_RELOC_390_TLS_LE32
1932 || fixP->fx_r_type == BFD_RELOC_390_TLS_LE64
1933 || fixP->fx_r_type == BFD_RELOC_390_TLS_LDO32
1934 || fixP->fx_r_type == BFD_RELOC_390_TLS_LDO64
1935 || fixP->fx_r_type == BFD_RELOC_390_TLS_DTPMOD
1936 || fixP->fx_r_type == BFD_RELOC_390_TLS_DTPOFF
1937 || fixP->fx_r_type == BFD_RELOC_390_TLS_TPOFF
1938 || fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
1939 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
1952 switch (fixp->fx_r_type)
2008 bfd_get_reloc_code_name (fixP->fx_r_type),
2019 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
2024 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
2043 fixP->fx_r_type = BFD_RELOC_390_12;
2049 fixP->fx_r_type = BFD_RELOC_390_12;
2055 fixP->fx_r_type = BFD_RELOC_390_20;
2061 fixP->fx_r_type = BFD_RELOC_8;
2069 fixP->fx_r_type = BFD_RELOC_390_PC16DBL;
2073 fixP->fx_r_type = BFD_RELOC_16;
2081 fixP->fx_r_type = BFD_RELOC_390_PC32DBL;
2102 switch (fixP->fx_r_type)
2143 bfd_get_reloc_code_name (fixP->fx_r_type),
2166 fixP->fx_r_type = BFD_RELOC_32_PCREL;
2168 fixP->fx_r_type = BFD_RELOC_32;
2174 fixP->fx_r_type = BFD_RELOC_32_PCREL;
2215 fixP->fx_r_type = BFD_RELOC_64_PCREL;
2217 fixP->fx_r_type = BFD_RELOC_64;
2223 fixP->fx_r_type = BFD_RELOC_64_PCREL;
2264 const char *reloc_name = bfd_get_reloc_code_name (fixP->fx_r_type);
2269 fprintf (stderr, "Gas failure, reloc type #%i\n", fixP->fx_r_type);
2289 code = fixp->fx_r_type;