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

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 1223 int data_sect_index;
1294 data_sect_index = objfile->sect_index_data;
1295 if (data_sect_index == -1)
1296 data_sect_index = SECT_OFF_BSS (objfile);
1297 if (data_sect_index == -1)
1298 data_sect_index = SECT_OFF_RODATA (objfile);
1300 /* If data_sect_index is still -1, that's okay. It's perfectly fine
1740 data_sect_index,
1757 data_sect_index,
1220 int data_sect_index; local
1737 data_sect_index, local
1754 data_sect_index, local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 1223 int data_sect_index;
1294 data_sect_index = objfile->sect_index_data;
1295 if (data_sect_index == -1)
1296 data_sect_index = SECT_OFF_BSS (objfile);
1297 if (data_sect_index == -1)
1298 data_sect_index = SECT_OFF_RODATA (objfile);
1300 /* If data_sect_index is still -1, that's okay. It's perfectly fine
1740 data_sect_index,
1757 data_sect_index,
1220 int data_sect_index; local
1737 data_sect_index, local
1754 data_sect_index, local

Completed in 20 milliseconds