Searched refs:reloc_count (Results 1 – 3 of 3) sorted by relevance
18 static unsigned long reloc_count, reloc_idx; variable556 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()
47 unsigned long reloc_count; /* Number of relocation records */ member
452 relocs = ntohl(hdr->reloc_count); in load_flat_file()