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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 98 int c_secnum;
1028 cs->c_secnum = symbol->n_scnum;
1467 if (cs->c_secnum < 0)
1476 sec = secnum_to_section (cs->c_secnum, objfile);
1487 sym->set_section_index (secnum_to_section (cs->c_secnum, objfile));
96 int c_secnum; member in struct:xcoff_symbol
coffread.c 139 int c_secnum; member in struct:coff_symbol
370 args.targ_index = cs->c_secnum;
398 args.targ_index = cs->c_secnum;
932 && cs->c_secnum == N_DEBUG)
944 if (!(cs->c_secnum <= 0 && cs->c_value == 0))
1050 if (cs->c_secnum == N_UNDEF)
1061 else if (cs->c_secnum == N_ABS)
1316 cs->c_secnum = sym->n_scnum;
1350 if (cs->c_secnum != 0)
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 139 int c_secnum; member in struct:coff_symbol
371 args.targ_index = cs->c_secnum;
399 args.targ_index = cs->c_secnum;
933 && cs->c_secnum == N_DEBUG)
945 if (!(cs->c_secnum <= 0 && cs->c_value == 0))
1051 if (cs->c_secnum == N_UNDEF)
1062 else if (cs->c_secnum == N_ABS)
1317 cs->c_secnum = sym->n_scnum;
1351 if (cs->c_secnum != 0)
xcoffread.c 98 int c_secnum;
1028 cs->c_secnum = symbol->n_scnum;
1467 if (cs->c_secnum < 0)
1476 sec = secnum_to_section (cs->c_secnum, objfile);
1487 sym->set_section_index (secnum_to_section (cs->c_secnum, objfile));
96 int c_secnum; member in struct:xcoff_symbol

Completed in 95 milliseconds