HomeSort by relevance Sort by last modified time
    Searched full:__bss16_array (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
basemem_packet.h 12 extern char __bss16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );
libkir.h 17 #define __bss16_array( variable, array ) variable array macro
librm.h 124 #define __bss16_array( variable, array ) \ macro
  /external/syslinux/gpxe/src/arch/i386/core/
basemem_packet.c 32 char __bss16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );
  /external/syslinux/gpxe/src/arch/i386/image/
multiboot.c 94 static char __bss16_array ( mb_cmdlines, [MB_MAX_CMDLINE] );
250 __bss16_array ( mbmemmap, [MAX_MEMORY_REGIONS] );
254 static struct multiboot_module __bss16_array ( mbmodules, [MAX_MODULES] );
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_preboot.c 102 static union pxe_cached_info __bss16_array ( cached_info, [NUM_CACHED_INFOS] );

Completed in 729 milliseconds