Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/compressed/
Drelocs.c18 static unsigned long reloc_count, reloc_idx; variable
556 reloc_count += 1; in count_reloc()
576 reloc_count = 0; in emit_relocs()
578 relocs = malloc(reloc_count * sizeof(relocs[0])); in emit_relocs()
581 reloc_count); in emit_relocs()
588 qsort(relocs, reloc_count, sizeof(relocs[0]), cmp_relocs); in emit_relocs()
597 for (i = 0; i < reloc_count; i++) { in emit_relocs()
607 for (i = 0; i < reloc_count; i++) { in emit_relocs()
/linux-2.6.39/include/linux/
Dflat.h47 unsigned long reloc_count; /* Number of relocation records */ member
/linux-2.6.39/fs/
Dbinfmt_flat.c452 relocs = ntohl(hdr->reloc_count); in load_flat_file()