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

  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 325 static char *segment_info[] = { local
495 expected = segment_info;
  /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
  /src/external/gpl3/gdb/dist/gdb/
symfile.h 98 section. SEGMENT_INFO[I] is S+1 if the I'th BFD section belongs to segment
100 std::vector<int> segment_info; member in struct:symfile_segment_data
  /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...]

Completed in 17 milliseconds