Home | History | Annotate | Download | only in obj

Lines Matching refs:symbol

321 // An LSym is the sort of symbol that is written to an object file.
328 RefIdx int // Index of this symbol in the symbol reference list.
340 // Attribute is a set of symbol attributes.
362 // Local means make the symbol local even when compiling Go code to reference Go
407 // A SymKind describes the kind of memory represented by a symbol.
413 // TODO(rsc): Reduce the number of symbol types in the object files.
485 SCONTAINER = SymKind(1 << 10) // has a sub-symbol
488 // ReadOnly are the symbol kinds that form read-only sections. In some
529 // the referenced symbol into the immediate field of the first instruction and the
533 // referenced symbol.
539 // holding the data being relocated to the referenced symbol.
542 // A weak relocation does not make the symbol it refers to reachable,
543 // and is only honored by the linker if the symbol is in some other way
558 // thread-local symbol from the thread local base and is used to implement the
560 // set to a TLS symbol -- runtime.tlsg -- in the linker when externally linking).
563 // slot containing the offset from the thread-local symbol from the thread local
565 // is not set on intel platforms but is set to a TLS symbol -- runtime.tlsg -- in
579 // holding the data being relocated to the referenced symbol.
590 // R_DWARFREF resolves to the offset of the symbol from its section.
604 // local) symbol. Error if the offset does not fit into 16 bits.
609 // referenced (thread local) symbol from the GOT.
613 // slot of the referenced symbol.
619 // access. It resolves to the offset of the thread-local symbol from the
626 // inserts to the offset of GOT slot for the thread-local symbol from the TOC (the
628 // symbol from the thread pointer (R13)).
632 // accessing a particular thread-local symbol. It does not affect code generation
640 // relocated symbol are inserted into this field; it is an error if the last two
645 // R_ADDRPOWER_DS but inserts the offset of the GOT slot for the referenced symbol
646 // from the TOC rather than the symbol's address.
651 // the relocated symbol instead of just its address.
655 // inserts the offset from the TOC to the address of the the relocated symbol
656 // rather than the symbol's address.
661 // relocated symbol rather than the symbol's address.
708 // symbol version, incremented each time a file is loaded.