HomeSort by relevance Sort by last modified time
    Searched defs:global_flag (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 159 static const unsigned int global_flag = 0 << global_or_weak_shift; member in namespace:gold
184 bits = global_flag;
195 bits = global_flag;
201 bits = global_flag;
484 DEF = global_flag | regular_flag | def_flag,
486 DYN_DEF = global_flag | dynamic_flag | def_flag,
488 UNDEF = global_flag | regular_flag | undef_flag,
490 DYN_UNDEF = global_flag | dynamic_flag | undef_flag,
492 COMMON = global_flag | regular_flag | common_flag,
494 DYN_COMMON = global_flag | dynamic_flag | common_flag
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 234 static const uint32_t global_flag = 0 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 65 uint8_t global_flag; member in struct:tagGifLSD

Completed in 431 milliseconds