Home
last modified time | relevance | path

Searched refs:PECOFF_RELOC_RESERVE (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/boot/tools/
Dbuild.c54 #define PECOFF_RELOC_RESERVE 0x20 macro
201 u32 reloc_offset = size - PECOFF_RELOC_RESERVE - PECOFF_COMPAT_RESERVE; in update_pecoff_setup_and_reloc()
203 u32 compat_offset = reloc_offset + PECOFF_RELOC_RESERVE; in update_pecoff_setup_and_reloc()
208 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); in update_pecoff_setup_and_reloc()
274 memset(buf+c, 0, PECOFF_RELOC_RESERVE); in reserve_pecoff_reloc_section()
275 return PECOFF_RELOC_RESERVE; in reserve_pecoff_reloc_section()