MsCoffObj_common_block

Output a common block definition.

  1. int MsCoffObj_common_block(Symbol* s, targ_size_t size, targ_size_t count)
    version(COMPILE)
    extern (C++) nothrow
    static if(TARGET_WINDOS)
    int
    MsCoffObj_common_block
  2. int MsCoffObj_common_block(Symbol* s, int flag, targ_size_t size, targ_size_t count)

Parameters

s Symbol*

Symbol for common block

size targ_size_t

size in bytes of each elem

count targ_size_t

number of elems

Return Value

Type: int

Symbol table index for symbol

Meta