Lines Matching refs:type

39 _dwarf_is_32bit_abs_reloc(unsigned int type, unsigned machine)  in _dwarf_is_32bit_abs_reloc()  argument
48 | (type == R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
51 | (type == R_MIPS_TLS_DTPREL32) in _dwarf_is_32bit_abs_reloc()
60 | (type == R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
63 | (type == R_SPARC_TLS_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
70 r = (type == R_SPARC_UA32); in _dwarf_is_32bit_abs_reloc()
77 | (type == R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
80 | (type == R_SPARC_TLS_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
89 | (type == R_386_32) in _dwarf_is_32bit_abs_reloc()
92 | (type == R_386_PC32) in _dwarf_is_32bit_abs_reloc()
95 | (type == R_386_TLS_LDO_32) in _dwarf_is_32bit_abs_reloc()
98 | (type == R_386_TLS_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
101 | (type == R_386_GOTPC) in _dwarf_is_32bit_abs_reloc()
111 | (type == R_SH_DIR32) in _dwarf_is_32bit_abs_reloc()
114 | (type == R_SH_TLS_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
124 | (type == R_IA64_SECREL32LSB) in _dwarf_is_32bit_abs_reloc()
127 | (type == R_IA64_DIR32LSB) in _dwarf_is_32bit_abs_reloc()
130 | (type == R_IA64_DTPREL32LSB) in _dwarf_is_32bit_abs_reloc()
141 | ( type == R_ARM_ABS32) in _dwarf_is_32bit_abs_reloc()
144 | ( type == R_AARCH64_ABS32) in _dwarf_is_32bit_abs_reloc()
147 | ( type == R_ARM_TLS_LDO32) in _dwarf_is_32bit_abs_reloc()
169 | (type == R_PPC_ADDR32) in _dwarf_is_32bit_abs_reloc()
172 | (type == R_PPC64_DTPREL32) in _dwarf_is_32bit_abs_reloc()
183 | (type == R_PPC_ADDR32) in _dwarf_is_32bit_abs_reloc()
186 | (type == R_PPC_DTPREL32) in _dwarf_is_32bit_abs_reloc()
196 | (type == R_390_32) in _dwarf_is_32bit_abs_reloc()
199 | (type == R_390_TLS_LDO32) in _dwarf_is_32bit_abs_reloc()
215 | (type == R_X86_64_PC32) in _dwarf_is_32bit_abs_reloc()
218 | (type == R_X86_64_32) in _dwarf_is_32bit_abs_reloc()
221 | (type == R_X86_64_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
228 r = (type == R_QUALCOMM_REL32); in _dwarf_is_32bit_abs_reloc()
235 _dwarf_is_64bit_abs_reloc(unsigned int type, unsigned machine) in _dwarf_is_64bit_abs_reloc() argument
244 | (type == R_MIPS_64) in _dwarf_is_64bit_abs_reloc()
247 | (type == R_MIPS_32) in _dwarf_is_64bit_abs_reloc()
250 | (type == R_MIPS_TLS_DTPREL64) in _dwarf_is_64bit_abs_reloc()
257 r = (type == R_SPARC_UA64); in _dwarf_is_64bit_abs_reloc()
264 | (type == R_SPARC_UA64) in _dwarf_is_64bit_abs_reloc()
267 | (type == R_SPARC_TLS_DTPOFF64) in _dwarf_is_64bit_abs_reloc()
276 | (type == R_SPARC_UA64) in _dwarf_is_64bit_abs_reloc()
279 | (type == R_SPARC_TLS_DTPOFF64) in _dwarf_is_64bit_abs_reloc()
289 | (type == R_IA64_SECREL64LSB) in _dwarf_is_64bit_abs_reloc()
292 | (type == R_IA64_SECREL32LSB) in _dwarf_is_64bit_abs_reloc()
295 | (type == R_IA64_DIR64LSB) in _dwarf_is_64bit_abs_reloc()
298 | (type == R_IA64_DTPREL64LSB) in _dwarf_is_64bit_abs_reloc()
301 | (type == R_IA64_REL32LSB) in _dwarf_is_64bit_abs_reloc()
311 | (type == R_PPC64_ADDR64) in _dwarf_is_64bit_abs_reloc()
314 | (type == R_PPC64_DTPREL64) in _dwarf_is_64bit_abs_reloc()
324 | (type == R_390_64) in _dwarf_is_64bit_abs_reloc()
327 | (type == R_390_TLS_LDO64) in _dwarf_is_64bit_abs_reloc()
343 | (type == R_X86_64_64) in _dwarf_is_64bit_abs_reloc()
346 | (type == R_X86_64_DTPOFF64) in _dwarf_is_64bit_abs_reloc()
355 | ( type == R_AARCH64_ABS64) in _dwarf_is_64bit_abs_reloc()