Searched refs:output_reloc (Results 1 – 2 of 2) sorted by relevance
/qemu/linux-user/ |
A D | gen-vdso-elfn.c.inc | 220 output_reloc(outf, buf, &phdr[i].p_vaddr); 221 output_reloc(outf, buf, &phdr[i].p_paddr); 226 output_reloc(outf, buf, &shdr[i].sh_addr); 252 output_reloc(outf, buf, &target_dyn->d_un.d_val); 334 output_reloc(outf, buf, &target_sym[i].st_value);
|
A D | gen-vdso.c | 29 static void output_reloc(FILE *outf, void *buf, void *loc) in output_reloc() function
|
Completed in 5 milliseconds