Search notes:

arch/x86/boot/voffset.h

arch/x86/boot/zoffset.h is created when the kernel is made with the following command (Linux version 6.5):
nm vmlinux | sed -n -e 's/^\([0-9a-fA-F]*\) [ABCDGRSTVW] \(_text\|__bss_start\|_end\)$/#define VO_ _AC(0x,UL)/p' > arch/x86/boot/compressed/../voffset.h
The prefix VO_ apparently refers to the uncompressed kernel (see here and here).
The content of voffset.h looks like:
#define VO___bss_start _AC(0xffffffff834b2000,UL)
#define VO__end _AC(0xffffffff83830000,UL)
#define VO__text _AC(0xffffffff81000000,UL)
voffset.h is included from arch/x86/boot/header.S and arch/x86/boot/compressed/misc.c.

See also

arch/x86/boot/zoffset.h

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/ke...', 1759415440, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/kernel/source/arch/x86/boot/voffset_h(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78