Re: [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules

2024-08-14 Thread Kris Van Hees
On Wed, Aug 14, 2024 at 03:04:05PM -0400, Steven Rostedt wrote: > On Mon, 15 Jul 2024 23:10:43 -0400 > Kris Van Hees wrote: > > > The offset range data for builtin modules is generated using: > > - modules.builtin: associates object files with module names > > - vmlinux.map: provides load order

Re: [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules

2024-08-14 Thread Steven Rostedt
On Mon, 15 Jul 2024 23:10:43 -0400 Kris Van Hees wrote: > The offset range data for builtin modules is generated using: > - modules.builtin: associates object files with module names > - vmlinux.map: provides load order of sections and offset of first member > per section > - vmlinux.o.map

[PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules

2024-07-15 Thread Kris Van Hees
The offset range data for builtin modules is generated using: - modules.builtin: associates object files with module names - vmlinux.map: provides load order of sections and offset of first member per section - vmlinux.o.map: provides offset of object file content per section - .*.cmd: buil