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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dmodule.c190 int r_type, r_sym; local
197 r_type = ELF_R_TYPE(rela->r_info);
201 switch (r_type) {
209 if (r_type == R_390_8)
211 else if (r_type == R_390_12)
214 else if (r_type == R_390_16)
216 else if (r_type == R_390_20)
220 else if (r_type == R_390_32)
222 else if (r_type == R_390_64)
231 if (r_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
186 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); local
187 unsigned long r_got_offset = r_type >> 8;
189 r_type &= 0xff;
199 switch (r_type) {
284 me->name, r_type);
290 me->name, r_type, sym->st_shndx);
294 me->name, r_type, strtab + sym->st_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmodule.h22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9728
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9729
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.h50 int r_type; /* type of rule--JULIAN_DAY etc */ member in struct:rule
H A Dtimezone.c140 switch (rulep->r_type) {
353 rulep->r_type = JULIAN_DAY;
360 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
377 rulep->r_type = DAY_OF_YEAR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.h52 int r_type; /* type of rule--JULIAN_DAY etc */ member in struct:rule
H A Dtimezone.c142 switch (rulep->r_type) {
355 rulep->r_type = JULIAN_DAY;
362 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
379 rulep->r_type = DAY_OF_YEAR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c634 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, argument
637 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK;
638 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK;
657 switch (r_type) {
685 switch (r_type) {
704 if (r_type == R_IA64_PCREL21BI) {
708 reloc_name[r_type], (unsigned long)val);
717 switch (r_type) {
722 if (r_type == R_IA64_IPLTMSB)
748 if (reloc_name[r_type])
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Drs6000.h225 char r_type[1]; member in struct:external_reloc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoff.h332 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c524 unsigned r_type; local
527 r_type = ELF32_R_TYPE(rel->r_info);
533 switch (r_type) {
547 rel_type(r_type), r_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dnameser.h264 int16_t r_type; /* type number */ member in struct:rrec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/arpa/
H A Dnameser.h298 int16_t r_type; /* type number */ member in struct:rrec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_priv.h243 uint r_type; /* region's transaction type :4 */ member in struct:xlog_res
H A Dxfs_log.c197 tic->t_res_arr[tic->t_res_num].r_type = type;
1639 uint r_type = ticket->t_res_arr[i].r_type; local
1643 ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ?
1644 "bad-rtype" : res_type_str[r_type-1]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.cpp755 ptrule->r_type = JULIAN_DAY;
758 ptrule->r_type = MONTH_NTH_DAY_OF_WEEK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c448 stoprule.r_type = MONTH_NTH_DAY_OF_WEEK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c395 int8_t r_type; local
405 err = p9pdu_readf(pdu, 0, "dbw", &r_size, &r_type, &r_tag);
410 pdu->id = r_type;
417 *type = r_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dfiledate.c448 stoprule.r_type = MONTH_NTH_DAY_OF_WEEK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c1028 ptrule->r_type = JULIAN_DAY;
1031 ptrule->r_type = MONTH_NTH_DAY_OF_WEEK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2831 ptrule->r_type = JULIAN_DAY;
2834 ptrule->r_type = MONTH_NTH_DAY_OF_WEEK;

Completed in 183 milliseconds