Searched refs:__bss16 (Results 1 – 11 of 11) sorted by relevance
32 static com32sys_t __bss16 ( com32_regs );35 static uint8_t __bss16 ( com32_int_vector );38 static uint32_t __bss16 ( com32_farcall_proc );41 uint16_t __bss16 ( com32_saved_sp );
105 static union u_PXENV_ANY __bss16 ( pxeparent_params );113 SEGOFF16_t __bss16 ( pxeparent_entry_point );
41 static struct s_UNDI_LOADER __bss16 ( undi_loader );45 static SEGOFF16_t __bss16 ( undi_loader_entry );
103 .bss16 : AT ( _data16_load_offset + __bss16 ) {104 __bss16 = .; symbol
108 # define __bss16 __attribute__((nocommon,section(".bss16"))) macro
16 #define __bss16( variable ) variable macro
120 #define __bss16( variable ) \ macro
62 static struct e820_entry __bss16 ( e820buf );
241 static struct multiboot_info __bss16 ( mbinfo );
396 __bss16 uint16_t SectorSize, SectorShift;
7 * core: Do not leak the __lowmem and __bss16 macros to modules;