HomeSort by: relevance | last modified time | path
    Searched refs:sect_index_data (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
solib-aix.c 386 if (objfile->sect_index_data != -1)
389 = objfile->sections_start[objfile->sect_index_data].the_bfd_section;
391 offsets[objfile->sect_index_data]
402 && objfile->sect_index_data != -1)
405 = (offsets[objfile->sect_index_data]
objfiles.h 125 ((objfile->sect_index_data == -1) \
126 ? (internal_error (_("sect_index_data not initialized")), -1) \
127 : objfile->sect_index_data)
807 int sect_index_data = -1; member in struct:objfile
symfile.c 282 objfile->sect_index_data = sect->index;
320 if (objfile->sect_index_data == -1)
321 objfile->sect_index_data = 0;
2594 objfile->sect_index_data = -1;
3748 if (objfile->sect_index_data == -1)
3749 objfile->sect_index_data = sect->index;
xcoffread.c 2911 if (objfile->sect_index_data == 0
2913 objfile->sect_index_data = -1;
mdebugread.c 2559 if (objfile->sect_index_data == -1)
stabsread.c 1294 data_sect_index = objfile->sect_index_data;
symtab.c 1791 fallback = objfile->sect_index_data;
  /src/external/gpl3/gdb/dist/gdb/
solib-aix.c 404 if (objfile->sect_index_data != -1)
407 = objfile->sections_start[objfile->sect_index_data].the_bfd_section;
409 offsets[objfile->sect_index_data]
420 && objfile->sect_index_data != -1)
423 = (offsets[objfile->sect_index_data]
objfiles.h 125 ((objfile->sect_index_data == -1) \
126 ? (internal_error (_("sect_index_data not initialized")), -1) \
127 : objfile->sect_index_data)
770 int sect_index_data = -1; member in struct:objfile
symfile.c 282 objfile->sect_index_data = sect->index;
320 if (objfile->sect_index_data == -1)
321 objfile->sect_index_data = 0;
2594 objfile->sect_index_data = -1;
3748 if (objfile->sect_index_data == -1)
3749 objfile->sect_index_data = sect->index;
xcoffread.c 2912 if (objfile->sect_index_data == 0
2914 objfile->sect_index_data = -1;
mdebugread.c 2559 if (objfile->sect_index_data == -1)
stabsread.c 1294 data_sect_index = objfile->sect_index_data;
symtab.c 1791 fallback = objfile->sect_index_data;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 16898 if (objfile->sect_index_data == -1)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 14530 if (objfile->sect_index_data == -1)

Completed in 86 milliseconds