reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
422 attr |= LTO_SYMBOL_PERMISSIONS_CODE; 426 attr |= LTO_SYMBOL_PERMISSIONS_RODATA; 428 attr |= LTO_SYMBOL_PERMISSIONS_DATA; 433 attr |= LTO_SYMBOL_DEFINITION_WEAK; 435 attr |= LTO_SYMBOL_DEFINITION_TENTATIVE; 437 attr |= LTO_SYMBOL_DEFINITION_REGULAR; 442 attr |= LTO_SYMBOL_SCOPE_INTERNAL; 444 attr |= LTO_SYMBOL_SCOPE_HIDDEN; 446 attr |= LTO_SYMBOL_SCOPE_PROTECTED; 448 attr |= LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN; 450 attr |= LTO_SYMBOL_SCOPE_DEFAULT; 453 attr |= LTO_SYMBOL_COMDAT; 456 attr |= LTO_SYMBOL_ALIAS; 465 info.attributes = attr;