| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | module.c | 230 int r_type, r_sym; in apply_rela() local 238 r_type = ELF_R_TYPE(rela->r_info); in apply_rela() 242 switch (r_type) { in apply_rela() 253 if (r_type == R_390_8) in apply_rela() 255 else if (r_type == R_390_12) in apply_rela() 257 else if (r_type == R_390_16) in apply_rela() 259 else if (r_type == R_390_20) in apply_rela() 261 else if (r_type == R_390_32) in apply_rela() 263 else if (r_type == R_390_64) in apply_rela() 272 if (r_type == R_390_PC16) in apply_rela() [all …]
|
| H A D | machine_kexec_reloc.c | 5 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val, in arch_kexec_do_relocs() argument 8 switch (r_type) { in arch_kexec_do_relocs()
|
| H A D | machine_kexec_file.c | 287 int i, r_type; in arch_kexec_apply_relocations_add() local 322 r_type = ELF64_R_TYPE(relas[i].r_info); in arch_kexec_apply_relocations_add() 323 ret = arch_kexec_do_relocs(r_type, loc, val, addr); in arch_kexec_apply_relocations_add() 325 pr_err("Unknown rela relocation: %d\n", r_type); in arch_kexec_apply_relocations_add()
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 36 r_type &= ~R_X86_64_converted_reloc_bit; 39 valid_p = (r_type == R_386_32 40 || r_type == R_386_16 41 - || r_type == R_386_8); 42 + || r_type == R_386_8 43 + || r_type == R_386_GOT32 44 + || r_type == R_386_GOT32X);
|
| H A D | 0005-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch | 58 if (r_type == R_OR1K_GOT_AHI16) 67 if (r_type == R_OR1K_GOT16 && saw_gotha)
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | module.c | 33 unsigned long r_type = ELF64_R_TYPE (rela->r_info); in process_reloc_for_got() local 37 if (r_type != R_ALPHA_LITERAL) in process_reloc_for_got() 156 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); in apply_relocate_add() local 157 unsigned long r_got_offset = r_type >> 8; in apply_relocate_add() 159 r_type &= 0xff; in apply_relocate_add() 169 switch (r_type) { in apply_relocate_add() 257 me->name, r_type); in apply_relocate_add() 263 me->name, r_type, sym->st_shndx); in apply_relocate_add() 267 me->name, r_type, strtab + sym->st_name); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 619 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() argument 622 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() 623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc() 642 switch (r_type) { in do_reloc() 670 switch (r_type) { in do_reloc() 689 if (r_type == R_IA64_PCREL21BI) { in do_reloc() 693 reloc_name[r_type], (unsigned long)val); in do_reloc() 702 switch (r_type) { in do_reloc() 707 if (r_type == R_IA64_IPLTMSB) in do_reloc() 733 if (reloc_name[r_type]) in do_reloc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | rpmpd.c | 40 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument 46 .res_type = RPMPD_##r_type, \ 54 .res_type = RPMPD_##r_type, \ 59 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument 62 .res_type = RPMPD_##r_type, \ 67 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument 70 .res_type = RPMPD_##r_type, \ 75 #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ argument 78 .res_type = RPMPD_##r_type, \ 83 #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 773 unsigned r_type = ELF64_R_TYPE(rel->r_info); in do_reloc64() local 786 switch (r_type) { in do_reloc64() 815 rel_type(r_type), symname); in do_reloc64() 836 rel_type(r_type), symname); in do_reloc64() 849 if (r_type == R_X86_64_64) in do_reloc64() 857 rel_type(r_type), r_type); in do_reloc64() 869 unsigned r_type = ELF32_R_TYPE(rel->r_info); in do_reloc32() local 872 switch (r_type) { in do_reloc32() 895 rel_type(r_type), symname); in do_reloc32() 904 rel_type(r_type), r_type); in do_reloc32() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 25 Elf64_Byte r_type; /* First relocation. */ member 34 Elf64_Byte r_type; /* First relocation. */ member 70 #define ELF_MIPS_R_TYPE(rel) ((rel).r_type)
|
| /OK3568_Linux_fs/u-boot/arch/mips/cpu/ |
| H A D | start.S | 27 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument 28 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym)) 30 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument 31 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_64.c | 19 Elf64_Byte r_type; /* First relocation. */ member 26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type)
|
| H A D | relocs.c | 503 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc() local 514 switch (r_type) { in do_reloc() 539 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc() 544 rel_type(r_type), r_type); in do_reloc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 715 typedef typename R::value_type r_type; in check_overflow() typedef 716 r_type re, im; in check_overflow() 717 bool r = check_overflow<r_type>(val.real(), &re, function, pol); in check_overflow() 718 r = check_overflow<r_type>(val.imag(), &im, function, pol) || r; in check_overflow() 735 typedef typename R::value_type r_type; in check_underflow() typedef 736 r_type re, im; in check_underflow() 737 bool r = check_underflow<r_type>(val.real(), &re, function, pol); in check_underflow() 738 r = check_underflow<r_type>(val.imag(), &im, function, pol) || r; in check_underflow() 756 typedef typename R::value_type r_type; in check_denorm() typedef 757 r_type re, im; in check_denorm() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | startup.c | 93 int r_type, r_sym, rc; in handle_relocs() local 114 r_type = ELF64_R_TYPE(rela->r_info); in handle_relocs() 115 rc = arch_kexec_do_relocs(r_type, (void *) loc, val, 0); in handle_relocs()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_empty.hpp | 98 typedef typename add_reference<T>::type r_type; typedef 105 , ::boost::is_convertible< r_type,int>::value
|
| /OK3568_Linux_fs/buildroot/package/upx/ |
| H A D | 0001-Check-DT_REL-DT_RELA-DT_RELSZ-DT_RELASZ.patch | 69 unsigned r_type = ELF64_R_TYPE(r_info); 71 && R_AARCH64_RELATIVE == r_type) {
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.38/ |
| H A D | 0004-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch | 58 if (r_type == R_OR1K_GOT_AHI16) 67 if (r_type == R_OR1K_GOT16 && saw_gotha)
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | kexec.h | 76 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | rs6000.h | 233 char r_type[1]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | coff.h | 344 char r_type[2]; /* Relocation type */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | coff.h | 341 char r_type[2]; /* Relocation type */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | coff.h | 341 char r_type[2]; /* Relocation type */ member
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.c | 461 myElf64_Byte r_type; /* First relocation. */ member 473 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log_priv.h | 146 uint r_type; /* region's transaction type :4 */ member
|