Home | History | Annotate | Download | only in Mips

Lines Matching refs:symbol

112   // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
124 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the
316 // the GOT and the symbol table. At the same time .gnu.hash
500 /// finalizeSymbol - finalize the symbol value
512 /// FIXME: Mips needs to allocate small common symbol
553 // We have to reset the description of the symbol here. When doing
562 // allocate TLS common symbol in tbss section
583 // We have to reset the description of the symbol here. When doing
592 // allocate TLS common symbol in tbss section
623 // symbol.
627 // define symbol _GLOBAL_OFFSET_TABLE_
654 // define symbol _PROCEDURE_LINKAGE_TABLE_
690 LDSymbol* symbol = pRel.symInfo()->outSymbol();
691 if (symbol->hasFragRef()) {
692 uint64_t value = symbol->fragRef()->getOutputOffset();
693 uint64_t addr = symbol->fragRef()->frag()->getParent()->getSection().addr();