Searched refs:r_type (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmodule.c186 int r_type, r_sym; local
193 r_type = ELF_R_TYPE(rela->r_info);
197 switch (r_type) {
205 if (r_type == R_390_8)
207 else if (r_type == R_390_12)
210 else if (r_type == R_390_16)
212 else if (r_type == R_390_20)
216 else if (r_type == R_390_32)
218 else if (r_type == R_390_64)
227 if (r_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dmodule.c55 unsigned long r_type = ELF64_R_TYPE (rela->r_info); local
59 if (r_type != R_ALPHA_LITERAL)
181 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); local
182 unsigned long r_got_offset = r_type >> 8;
184 r_type &= 0xff;
194 switch (r_type) {
279 me->name, r_type);
285 me->name, r_type, sym->st_shndx);
289 me->name, r_type, strtab + sym->st_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dmodule.h22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon7805
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon7806
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dmodule.h22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9176
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9177
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c632 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, argument
635 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK;
636 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK;
655 switch (r_type) {
683 switch (r_type) {
702 if (r_type == R_IA64_PCREL21BI) {
705 __FUNCTION__, reloc_name[r_type], val);
714 switch (r_type) {
719 if (r_type == R_IA64_IPLTMSB)
745 if (reloc_name[r_type])
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Da.out.h84 enum reloc_type r_type:5; /* type of relocation to perform */ member in struct:relocation_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Da.out.h90 enum reloc_type r_type:5; /* type of relocation to perform */ member in struct:relocation_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Drs6000.h225 char r_type[1]; member in struct:external_reloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Drs6000.h225 char r_type[1]; member in struct:external_reloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoff.h332 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c479 unsigned r_type; local
482 r_type = ELF32_R_TYPE(rel->r_info);
487 if (r_type == R_386_PC32) {
490 else if (r_type == R_386_32) {
495 die("Unsupported relocation type: %d\n", r_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h265 (t)->t_res_arr[(t)->t_res_num].r_type = (type); \
277 uint r_type; /* region's transaction type :4 */ member in struct:xlog_res
H A Dxfs_log.c1683 uint r_type = ticket->t_res_arr[i].r_type; local
1687 ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ?
1688 "bad-rtype" : res_type_str[r_type-1]),

Completed in 118 milliseconds