tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kmodule: absolute symbols
On Sat, Nov 04, 2017 at 10:13:29AM +0000, Nick Hudson wrote:
> /* MI-MD interface. */
> -uintptr_t kobj_sym_lookup(kobj_t, uintptr_t);
> +int kobj_sym_lookup(kobj_t, uintptr_t, uintptr_t *);
> int kobj_reloc(kobj_t, uintptr_t, const void *, bool, bool);
> int kobj_machdep(kobj_t, void *, size_t, bool);
>
> This broke the arm builds
>
> Why uintptr_t * and not Elf_Addr *?
Heh, that is how I just changed it.
Martin
Home |
Main Index |
Thread Index |
Old Index