r_type 33 arch/alpha/kernel/module.c unsigned long r_type = ELF64_R_TYPE (rela->r_info); r_type 37 arch/alpha/kernel/module.c if (r_type != R_ALPHA_LITERAL) r_type 156 arch/alpha/kernel/module.c unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); r_type 157 arch/alpha/kernel/module.c unsigned long r_got_offset = r_type >> 8; r_type 159 arch/alpha/kernel/module.c r_type &= 0xff; r_type 169 arch/alpha/kernel/module.c switch (r_type) { r_type 257 arch/alpha/kernel/module.c me->name, r_type); r_type 263 arch/alpha/kernel/module.c me->name, r_type, sym->st_shndx); r_type 267 arch/alpha/kernel/module.c me->name, r_type, strtab + sym->st_name); r_type 619 arch/ia64/kernel/module.c do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, r_type 622 arch/ia64/kernel/module.c enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; r_type 623 arch/ia64/kernel/module.c enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; r_type 642 arch/ia64/kernel/module.c switch (r_type) { r_type 670 arch/ia64/kernel/module.c switch (r_type) { r_type 689 arch/ia64/kernel/module.c if (r_type == R_IA64_PCREL21BI) { r_type 693 arch/ia64/kernel/module.c reloc_name[r_type], (unsigned long)val); r_type 702 arch/ia64/kernel/module.c switch (r_type) { r_type 707 arch/ia64/kernel/module.c if (r_type == R_IA64_IPLTMSB) r_type 733 arch/ia64/kernel/module.c if (reloc_name[r_type]) r_type 735 arch/ia64/kernel/module.c mod->name, reloc_name[r_type]); r_type 738 arch/ia64/kernel/module.c mod->name, r_type); r_type 750 arch/ia64/kernel/module.c mod->name, reloc_name[r_type] ? reloc_name[r_type] : "?"); r_type 754 arch/ia64/kernel/module.c printk(KERN_ERR "%s: unknown reloc %x\n", mod->name, r_type); r_type 762 arch/ia64/kernel/module.c reloc_name[r_type] ? reloc_name[r_type] : "?", sym->st_value + addend); r_type 777 arch/ia64/kernel/module.c mod->name, format, reloc_name[r_type] ? reloc_name[r_type] : "?"); r_type 782 arch/ia64/kernel/module.c mod->name, reloc_name[r_type] ? reloc_name[r_type] : "?", format); r_type 503 arch/mips/boot/tools/relocs.c unsigned r_type = ELF_R_TYPE(rel->r_info); r_type 514 arch/mips/boot/tools/relocs.c switch (r_type) { r_type 539 arch/mips/boot/tools/relocs.c add_reloc(&relocs, rel->r_offset, r_type); r_type 544 arch/mips/boot/tools/relocs.c rel_type(r_type), r_type); r_type 19 arch/mips/boot/tools/relocs_64.c Elf64_Byte r_type; /* First relocation. */ r_type 26 arch/mips/boot/tools/relocs_64.c #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type) r_type 25 arch/mips/include/asm/module.h Elf64_Byte r_type; /* First relocation. */ r_type 34 arch/mips/include/asm/module.h Elf64_Byte r_type; /* First relocation. */ r_type 70 arch/mips/include/asm/module.h #define ELF_MIPS_R_TYPE(rel) ((rel).r_type) r_type 233 arch/powerpc/boot/rs6000.h char r_type[1]; r_type 95 arch/s390/boot/startup.c int r_type, r_sym, rc; r_type 116 arch/s390/boot/startup.c r_type = ELF64_R_TYPE(rela->r_info); r_type 117 arch/s390/boot/startup.c rc = arch_kexec_do_relocs(r_type, (void *) loc, val, 0); r_type 74 arch/s390/include/asm/kexec.h int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val, r_type 271 arch/s390/kernel/machine_kexec_file.c int i, r_type; r_type 305 arch/s390/kernel/machine_kexec_file.c r_type = ELF64_R_TYPE(relas[i].r_info); r_type 306 arch/s390/kernel/machine_kexec_file.c arch_kexec_do_relocs(r_type, loc, val, addr); r_type 5 arch/s390/kernel/machine_kexec_reloc.c int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val, r_type 8 arch/s390/kernel/machine_kexec_reloc.c switch (r_type) { r_type 220 arch/s390/kernel/module.c int r_type, r_sym; r_type 228 arch/s390/kernel/module.c r_type = ELF_R_TYPE(rela->r_info); r_type 232 arch/s390/kernel/module.c switch (r_type) { r_type 243 arch/s390/kernel/module.c if (r_type == R_390_8) r_type 245 arch/s390/kernel/module.c else if (r_type == R_390_12) r_type 247 arch/s390/kernel/module.c else if (r_type == R_390_16) r_type 249 arch/s390/kernel/module.c else if (r_type == R_390_20) r_type 251 arch/s390/kernel/module.c else if (r_type == R_390_32) r_type 253 arch/s390/kernel/module.c else if (r_type == R_390_64) r_type 262 arch/s390/kernel/module.c if (r_type == R_390_PC16) r_type 264 arch/s390/kernel/module.c else if (r_type == R_390_PC16DBL) r_type 266 arch/s390/kernel/module.c else if (r_type == R_390_PC32DBL) r_type 268 arch/s390/kernel/module.c else if (r_type == R_390_PC32) r_type 270 arch/s390/kernel/module.c else if (r_type == R_390_PC64) r_type 294 arch/s390/kernel/module.c if (r_type == R_390_GOT12 || r_type 295 arch/s390/kernel/module.c r_type == R_390_GOTPLT12) r_type 297 arch/s390/kernel/module.c else if (r_type == R_390_GOT16 || r_type 298 arch/s390/kernel/module.c r_type == R_390_GOTPLT16) r_type 300 arch/s390/kernel/module.c else if (r_type == R_390_GOT20 || r_type 301 arch/s390/kernel/module.c r_type == R_390_GOTPLT20) r_type 303 arch/s390/kernel/module.c else if (r_type == R_390_GOT32 || r_type 304 arch/s390/kernel/module.c r_type == R_390_GOTPLT32) r_type 306 arch/s390/kernel/module.c else if (r_type == R_390_GOT64 || r_type 307 arch/s390/kernel/module.c r_type == R_390_GOTPLT64) r_type 309 arch/s390/kernel/module.c else if (r_type == R_390_GOTENT || r_type 310 arch/s390/kernel/module.c r_type == R_390_GOTPLTENT) { r_type 344 arch/s390/kernel/module.c if (r_type == R_390_PLTOFF16 || r_type 345 arch/s390/kernel/module.c r_type == R_390_PLTOFF32 || r_type 346 arch/s390/kernel/module.c r_type == R_390_PLTOFF64) r_type 350 arch/s390/kernel/module.c if (!((r_type == R_390_PLT16DBL && r_type 352 arch/s390/kernel/module.c (r_type == R_390_PLT32DBL && r_type 359 arch/s390/kernel/module.c if (r_type == R_390_PLT16DBL) r_type 361 arch/s390/kernel/module.c else if (r_type == R_390_PLTOFF16) r_type 363 arch/s390/kernel/module.c else if (r_type == R_390_PLT32DBL) r_type 365 arch/s390/kernel/module.c else if (r_type == R_390_PLT32 || r_type 366 arch/s390/kernel/module.c r_type == R_390_PLTOFF32) r_type 368 arch/s390/kernel/module.c else if (r_type == R_390_PLT64 || r_type 369 arch/s390/kernel/module.c r_type == R_390_PLTOFF64) r_type 377 arch/s390/kernel/module.c if (r_type == R_390_GOTOFF16) r_type 379 arch/s390/kernel/module.c else if (r_type == R_390_GOTOFF32) r_type 381 arch/s390/kernel/module.c else if (r_type == R_390_GOTOFF64) r_type 388 arch/s390/kernel/module.c if (r_type == R_390_GOTPC) r_type 390 arch/s390/kernel/module.c else if (r_type == R_390_GOTPCDBL) r_type 402 arch/s390/kernel/module.c me->name, r_type); r_type 409 arch/s390/kernel/module.c r_type, (unsigned long) val); r_type 772 arch/x86/tools/relocs.c unsigned r_type = ELF64_R_TYPE(rel->r_info); r_type 785 arch/x86/tools/relocs.c switch (r_type) { r_type 829 arch/x86/tools/relocs.c rel_type(r_type), symname); r_type 842 arch/x86/tools/relocs.c if (r_type == R_X86_64_64) r_type 850 arch/x86/tools/relocs.c rel_type(r_type), r_type); r_type 862 arch/x86/tools/relocs.c unsigned r_type = ELF32_R_TYPE(rel->r_info); r_type 865 arch/x86/tools/relocs.c switch (r_type) { r_type 886 arch/x86/tools/relocs.c rel_type(r_type), symname); r_type 895 arch/x86/tools/relocs.c rel_type(r_type), r_type); r_type 905 arch/x86/tools/relocs.c unsigned r_type = ELF32_R_TYPE(rel->r_info); r_type 908 arch/x86/tools/relocs.c switch (r_type) { r_type 938 arch/x86/tools/relocs.c rel_type(r_type), symname); r_type 961 arch/x86/tools/relocs.c rel_type(r_type), symname); r_type 966 arch/x86/tools/relocs.c rel_type(r_type), r_type); r_type 39 drivers/soc/qcom/rpmpd.c #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ r_type 45 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 53 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 58 drivers/soc/qcom/rpmpd.c #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ r_type 61 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 66 drivers/soc/qcom/rpmpd.c #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ r_type 69 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 74 drivers/soc/qcom/rpmpd.c #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ r_type 77 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 82 drivers/soc/qcom/rpmpd.c #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ r_type 85 drivers/soc/qcom/rpmpd.c .res_type = RPMPD_##r_type, \ r_type 367 fs/xfs/xfs_log.c tic->t_res_arr[tic->t_res_num].r_type = type; r_type 2053 fs/xfs/xfs_log.c uint r_type = ticket->t_res_arr[i].r_type; r_type 2055 fs/xfs/xfs_log.c ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ? r_type 2056 fs/xfs/xfs_log.c "bad-rtype" : res_type_str[r_type]), r_type 150 fs/xfs/xfs_log_priv.h uint r_type; /* region's transaction type :4 */ r_type 344 include/uapi/linux/coff.h char r_type[2]; /* Relocation type */ r_type 449 net/9p/client.c int8_t r_type; r_type 457 net/9p/client.c err = p9pdu_readf(pdu, 0, "dbw", &r_size, &r_type, &r_tag); r_type 462 net/9p/client.c *type = r_type; r_type 473 net/9p/client.c pdu->id = r_type; r_type 454 scripts/recordmcount.c myElf64_Byte r_type; /* First relocation. */ r_type 466 scripts/recordmcount.c .r_mips = { .r_sym = w(sym), .r_type = type }