HomeSort by: relevance | last modified time | path
    Searched defs:add_to_link_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 572 static symbolS *add_to_link_pool (symbolS *, offsetT);
1438 linkexp = add_to_link_pool (exp->X_add_symbol, 0);
1505 litexp = add_to_link_pool (section_symbol (absolute_section), addend);
3357 add_to_link_pool (symbolS *sym, offsetT addend)
3349 add_to_link_pool (symbolS *sym, offsetT addend) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 572 static symbolS *add_to_link_pool (symbolS *, offsetT);
1438 linkexp = add_to_link_pool (exp->X_add_symbol, 0);
1505 litexp = add_to_link_pool (section_symbol (absolute_section), addend);
3357 add_to_link_pool (symbolS *sym, offsetT addend)
3349 add_to_link_pool (symbolS *sym, offsetT addend) function

Completed in 25 milliseconds