Lines Matching refs:asym

1587       h->esym.asym.value = 0;  in elf64_alpha_output_extsym()
1588 h->esym.asym.st = stGlobal; in elf64_alpha_output_extsym()
1592 h->esym.asym.sc = scAbs; in elf64_alpha_output_extsym()
1603 h->esym.asym.sc = scUndefined; in elf64_alpha_output_extsym()
1609 h->esym.asym.sc = scText; in elf64_alpha_output_extsym()
1611 h->esym.asym.sc = scData; in elf64_alpha_output_extsym()
1613 h->esym.asym.sc = scSData; in elf64_alpha_output_extsym()
1616 h->esym.asym.sc = scRData; in elf64_alpha_output_extsym()
1618 h->esym.asym.sc = scBss; in elf64_alpha_output_extsym()
1620 h->esym.asym.sc = scSBss; in elf64_alpha_output_extsym()
1622 h->esym.asym.sc = scInit; in elf64_alpha_output_extsym()
1624 h->esym.asym.sc = scFini; in elf64_alpha_output_extsym()
1626 h->esym.asym.sc = scAbs; in elf64_alpha_output_extsym()
1630 h->esym.asym.reserved = 0; in elf64_alpha_output_extsym()
1631 h->esym.asym.index = indexNil; in elf64_alpha_output_extsym()
1635 h->esym.asym.value = h->root.root.u.c.size; in elf64_alpha_output_extsym()
1639 if (h->esym.asym.sc == scCommon) in elf64_alpha_output_extsym()
1640 h->esym.asym.sc = scBss; in elf64_alpha_output_extsym()
1641 else if (h->esym.asym.sc == scSCommon) in elf64_alpha_output_extsym()
1642 h->esym.asym.sc = scSBss; in elf64_alpha_output_extsym()
1647 h->esym.asym.value = (h->root.root.u.def.value in elf64_alpha_output_extsym()
1651 h->esym.asym.value = 0; in elf64_alpha_output_extsym()
5185 esym.asym.iss = issNil; in elf64_alpha_final_link()
5186 esym.asym.st = stLocal; in elf64_alpha_final_link()
5187 esym.asym.reserved = 0; in elf64_alpha_final_link()
5188 esym.asym.index = indexNil; in elf64_alpha_final_link()
5191 esym.asym.sc = sc[i]; in elf64_alpha_final_link()
5195 esym.asym.value = s->vma; in elf64_alpha_final_link()
5199 esym.asym.value = last; in elf64_alpha_final_link()
5268 if (ext.asym.sc == scNil in elf64_alpha_final_link()
5269 || ext.asym.sc == scUndefined in elf64_alpha_final_link()
5270 || ext.asym.sc == scSUndefined) in elf64_alpha_final_link()
5273 name = input_debug.ssext + ext.asym.iss; in elf64_alpha_final_link()