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

  /src/external/gpl3/binutils/dist/gas/config/
obj-coff.c 1466 symbolS *secsym;
1498 secsym = section_symbol (sec);
1502 if (S_GET_STORAGE_CLASS (secsym) == C_DWARF)
1503 SA_SET_SECT_NRELOC (secsym, nrelocs);
1506 SA_SET_SCN_NRELOC (secsym, nrelocs);
1507 SA_SET_SCN_NLINNO (secsym, nlnno);
1510 SA_SET_SCN_NRELOC (secsym, nrelocs);
1511 SA_SET_SCN_NLINNO (secsym, nlnno);
1799 symbolS *secsym = section_symbol (sec);
1806 S_SET_STORAGE_CLASS (secsym, sclass)
1462 symbolS *secsym; local
1795 symbolS *secsym = section_symbol (sec); local
    [all...]
obj-elf.c 777 symbolS *secsym; local
803 secsym = symbol_find (name);
804 if (secsym != NULL)
810 symbol_set_value_expression (secsym, &exp);
811 symbol_set_bfdsym (secsym, sec->symbol);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c 1468 symbolS *secsym;
1500 secsym = section_symbol (sec);
1504 if (S_GET_STORAGE_CLASS (secsym) == C_DWARF)
1505 SA_SET_SECT_NRELOC (secsym, nrelocs);
1508 SA_SET_SCN_NRELOC (secsym, nrelocs);
1509 SA_SET_SCN_NLINNO (secsym, nlnno);
1512 SA_SET_SCN_NRELOC (secsym, nrelocs);
1513 SA_SET_SCN_NLINNO (secsym, nlnno);
1778 symbolS *secsym = section_symbol (sec);
1785 S_SET_STORAGE_CLASS (secsym, sclass)
1464 symbolS *secsym; local
1774 symbolS *secsym = section_symbol (sec); local
    [all...]
obj-elf.c 774 symbolS *secsym; local
800 secsym = symbol_find (name);
801 if (secsym != NULL)
807 symbol_set_value_expression (secsym, &exp);
808 symbol_set_bfdsym (secsym, sec->symbol);

Completed in 36 milliseconds