Home | History | Annotate | Download | only in sym

Lines Matching refs:marks

11 	// AttrDuplicateOK marks a symbol that can be present in multiple object
14 // AttrExternal marks function symbols loaded from host object files.
16 // AttrNoSplit marks functions that cannot split the stack; the linker
21 // AttrReachable marks symbols that are transitively referenced from the
29 // AttrSpecial marks symbols that do not have their address (i.e. Value)
36 // AttrNotInSymbolTable marks symbols that are not written to the symbol table.
38 // AttrOnList marks symbols that are on some list (such as the list of
42 // AttrLocal marks symbols that are only visible within the module
46 // AttrReflectMethod marks certain methods from the reflect package that
53 // AttrShared marks symbols compiled with the -shared option.