blind reformat all files
This commit is contained in:
@@ -62,7 +62,7 @@ uintptr_t la_symbind64(Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
|
||||
uintptr_t *defcook, unsigned int *flags,
|
||||
const char *symname) {
|
||||
printf("la_symbind64(): symname = %s; sym->st_value = %p\n", symname,
|
||||
(void*)sym->st_value);
|
||||
(void *)sym->st_value);
|
||||
printf(" ndx = %u; flags = %#x", ndx, *flags);
|
||||
printf("; refcook = %p; defcook = %p\n", refcook, defcook);
|
||||
|
||||
@@ -73,7 +73,7 @@ Elf64_Addr la_i86_gnu_pltenter(Elf64_Sym *sym, unsigned int ndx,
|
||||
uintptr_t *refcook, uintptr_t *defcook,
|
||||
La_x86_64_regs *regs, unsigned int *flags,
|
||||
const char *symname, long *framesizep) {
|
||||
printf("la_x86_64_gnu_pltenter(): %s (%p)\n", symname, (void*)sym->st_value);
|
||||
printf("la_x86_64_gnu_pltenter(): %s (%p)\n", symname, (void *)sym->st_value);
|
||||
|
||||
return sym->st_value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user