Searched refs:shdr (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c16 static Elf32_Shdr shdr[MAX_SHDRS]; variable
145 name = sec_strtab + shdr[shndx].sh_name;
164 name = sec_name(shdr[sym->st_shndx].sh_name);
257 if (fread(&shdr, sizeof(shdr[0]), ehdr.e_shnum, fp) != ehdr.e_shnum) {
262 shdr[i].sh_name = elf32_to_cpu(shdr[i].sh_name);
263 shdr[i].sh_type = elf32_to_cpu(shdr[i].sh_type);
264 shdr[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dhack-coff.c39 struct external_scnhdr shdr; local
61 if (read(fd, &shdr, sizeof(shdr)) != sizeof(shdr))
63 if (strcmp(shdr.s_name, ".text") == 0) {
66 } else if (strcmp(shdr.s_name, ".data") == 0) {
68 } else if (strcmp(shdr.s_name, ".bss") == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsysenter.c142 Elf32_Shdr *shdr; local
162 shdr = (void *)ehdr + ehdr->e_shoff;
164 if (!(shdr[i].sh_flags & SHF_ALLOC))
167 shdr[i].sh_addr += VDSO_HIGH_BASE;
169 if (shdr[i].sh_type == SHT_SYMTAB ||
170 shdr[i].sh_type == SHT_DYNSYM)
171 reloc_symtab(ehdr, shdr[i].sh_offset,
172 shdr[i].sh_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dsocal.c151 token = hwrsp->shdr.token;
231 flags = hwrsp->shdr.flags;
300 len = hwrsp->shdr.bytecnt;
433 request->shdr.token = TOKEN(TYPE_SCSI_FCP, port->mask, fcmd->token);
439 request->shdr.segcnt = 3;
441 request->shdr.bytecnt = i;
447 request->shdr.segcnt = 2;
448 request->shdr.bytecnt = 0;
459 request->shdr.flags = port->flags;
460 request->shdr
[all...]
H A Dsoc.c121 token = xram_get_32low ((xram_p)&hwrsp->shdr.token);
204 flags = xram_get_16 ((xram_p)&hwrsp->shdr.flags);
269 len = xram_get_32 ((xram_p)&hwrsp->shdr.bytecnt);
391 request->shdr.token = TOKEN(TYPE_SCSI_FCP, port->mask, fcmd->token);
397 request->shdr.segcnt = 3;
399 request->shdr.bytecnt = i;
406 request->shdr.segcnt = 2;
407 request->shdr.bytecnt = 0;
419 request->shdr.flags = port->flags;
420 request->shdr
[all...]
H A Dsocal.h156 socal_hdr shdr; member in struct:__anon4402
192 socal_hdr shdr; member in struct:__anon4403
205 socal_hdr shdr; member in struct:__anon4404
225 socal_hdr shdr; member in struct:__anon4405
246 socal_hdr shdr; member in struct:__anon4406
H A Dsoc.h199 soc_hdr shdr; member in struct:__anon4394
229 soc_hdr shdr; member in struct:__anon4395
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_discover.c151 struct scsi_sense_hdr shdr; local
154 &shdr)) {
158 if ((shdr.sense_key == 6 && shdr.asc == 0x29) ||
159 (shdr.sense_key == 2 && shdr.asc == 4 &&
160 shdr.ascq == 1)) {
168 } else if (shdr.sense_key == 1) {
171 } else if (shdr.sense_key == 5) {
179 shdr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_64.c445 const struct smu_sdbp_header *shdr; local
448 shdr = smu_get_sdb_partition(SMU_SDB_FVT_ID, NULL);
449 if (!shdr)
451 g5_fvt_table = (struct smu_sdbp_fvt *)&shdr[1];
452 ssize = (shdr->len * sizeof(u32)) -

Completed in 189 milliseconds