Lines Matching refs:symbol
85 // skip the first NULL symbol
140 // Section symbol's st_name is the section index.
176 // 2. easy to know if a symbol is from .so
179 // sort symbols by symbol value and then weak before strong
182 // for each weak symbol, find out all its aliases, and
230 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
231 if (NULL == symbol) {
235 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
258 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
259 if (NULL == symbol) {
263 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
449 /// readSignature - read a symbol from the given Input and index in symtab
610 // skip the first NULL symbol
665 // Section symbol's st_name is the section index.
700 // sort symbols by symbol value and then weak before strong
703 // for each weak symbol, find out all its aliases, and
752 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
753 if (NULL == symbol) {
757 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
779 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
780 if (NULL == symbol) {
784 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
970 /// readSignature - read a symbol from the given Input and index in symtab