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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 84 Each segment is described by a chain of segment_info structures. Each
85 segment_info structure describes the extents of a single variable within
113 typedef struct segment_info struct
120 struct segment_info *next;
121 } segment_info; typedef in typeref:struct:segment_info
123 static segment_info * current_segment;
130 /* Make a segment_info based on a symbol. */
132 static segment_info *
135 segment_info *s;
141 /* Create the segment_info and fill it in. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 84 Each segment is described by a chain of segment_info structures. Each
85 segment_info structure describes the extents of a single variable within
113 typedef struct segment_info struct
120 struct segment_info *next;
121 } segment_info; typedef in typeref:struct:segment_info
123 static segment_info * current_segment;
130 /* Make a segment_info based on a symbol. */
132 static segment_info *
135 segment_info *s;
141 /* Create the segment_info and fill it in. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.h 99 section. SEGMENT_INFO[I] is S+1 if the I'th BFD section belongs to segment
101 std::vector<int> segment_info; member in struct:symfile_segment_data
elfread.c 119 data->segment_info.resize (num_sections);
133 data->segment_info[i] = j + 1;
symfile.c 744 data->segment_info.resize (num_sections);
759 data->segment_info[i] = 1;
3689 int which = data->segment_info[i];
3699 segments mentioned in DATA->segment_info. */
3725 int which = data->segment_info[i];
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 325 static char *segment_info[] = { local
495 expected = segment_info;
  /src/external/gpl3/gdb/dist/gdb/
symfile.h 99 section. SEGMENT_INFO[I] is S+1 if the I'th BFD section belongs to segment
101 std::vector<int> segment_info; member in struct:symfile_segment_data
elfread.c 116 data->segment_info.resize (num_sections);
130 data->segment_info[i] = j + 1;
symfile.c 735 data->segment_info.resize (num_sections);
750 data->segment_info[i] = 1;
3700 int which = data->segment_info[i];
3710 segments mentioned in DATA->segment_info. */
3736 int which = data->segment_info[i];

Completed in 41 milliseconds