Searched refs:secsym (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1425 symbolS *secsym;
1457 secsym = section_symbol (sec);
1460 SA_SET_SCN_NRELOC (secsym, nrelocs);
1461 SA_SET_SCN_NLINNO (secsym, nlnno);
1698 symbolS *secsym = section_symbol (sec);
1700 S_SET_STORAGE_CLASS (secsym, C_STAT);
1701 S_SET_NUMBER_AUXILIARY (secsym, 1);
1702 SF_SET_STATICS (secsym);
1703 SA_SET_SCN_SCNLEN (secsym, size);
1421 symbolS *secsym; local
1694 symbolS *secsym = section_symbol (sec); local
H A Dobj-elf.c675 symbolS *secsym; local
690 secsym = symbol_find (name);
691 if (secsym != NULL)
692 symbol_set_bfdsym (secsym, sec->symbol);

Completed in 55 milliseconds