Searched refs:reloc_count (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dflat.h47 unsigned long reloc_count; /* Number of relocation records */ member in struct:flat_hdr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c20 static unsigned long reloc_count, reloc_idx; variable
503 reloc_count += 1;
523 reloc_count = 0;
525 relocs = malloc(reloc_count * sizeof(relocs[0]));
528 reloc_count);
535 qsort(relocs, reloc_count, sizeof(relocs[0]), cmp_relocs);
544 for(i = 0; i < reloc_count; i++) {
555 for(i = 0; i < reloc_count; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c439 relocs = ntohl(hdr->reloc_count);

Completed in 77 milliseconds