Searched refs:secsym (Results 1 – 2 of 2) sorted by relevance
1421 symbolS *secsym; in coff_adjust_section_syms() local1453 secsym = section_symbol (sec); in coff_adjust_section_syms()1456 SA_SET_SCN_NRELOC (secsym, nrelocs); in coff_adjust_section_syms()1457 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms()1694 symbolS *secsym = section_symbol (sec); in coff_frob_section() local1696 S_SET_STORAGE_CLASS (secsym, C_STAT); in coff_frob_section()1697 S_SET_NUMBER_AUXILIARY (secsym, 1); in coff_frob_section()1698 SF_SET_STATICS (secsym); in coff_frob_section()1699 SA_SET_SCN_SCNLEN (secsym, size); in coff_frob_section()
675 symbolS *secsym; in obj_elf_change_section() local690 secsym = symbol_find (name); in obj_elf_change_section()691 if (secsym != NULL) in obj_elf_change_section()692 symbol_set_bfdsym (secsym, sec->symbol); in obj_elf_change_section()