OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocs16
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/com32/tools/
relocs.c
25
static unsigned long *
relocs16
;
variable
645
relocs16
[reloc16_idx++] = rel->r_offset;
677
relocs16
= malloc(reloc16_count * sizeof(relocs[0]));
678
if (!
relocs16
) {
679
die("malloc of %d entries for
relocs16
failed\n",
691
qsort(
relocs16
, reloc16_count, sizeof(
relocs16
[0]), cmp_relocs);
703
printf("\t.long 0x%08lx\n",
relocs16
[i]);
722
write32(
relocs16
[i], stdout);
Completed in 148 milliseconds