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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1339 struct internal_syment static_symbol;
1341 read_symbol (&static_symbol, cs->c_value);
1342 static_block_base = static_symbol.n_value;
1344 secnum_to_section (static_symbol.n_scnum, objfile);
1334 struct internal_syment static_symbol; local
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1339 struct internal_syment static_symbol;
1341 read_symbol (&static_symbol, cs->c_value);
1342 static_block_base = static_symbol.n_value;
1344 secnum_to_section (static_symbol.n_scnum, objfile);
1334 struct internal_syment static_symbol; local

Completed in 22 milliseconds