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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ovlymgr.c 14 enum ovly_index { VMA, SIZE, LMA, MAPPED};
46 * and mark the overlay as "mapped".
57 if (_ovly_table[ovlyno][MAPPED])
58 return TRUE; /* this overlay already mapped -- nothing to do! */
62 _ovly_table[i][MAPPED] = 1; /* this one now mapped */
64 _ovly_table[i][MAPPED] = 0; /* this one now un-mapped */
78 * more than once for the same mapped overlay.
87 if (!_ovly_table[ovlyno][MAPPED])
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ovlymgr.c 14 enum ovly_index { VMA, SIZE, LMA, MAPPED};
46 * and mark the overlay as "mapped".
57 if (_ovly_table[ovlyno][MAPPED])
58 return TRUE; /* this overlay already mapped -- nothing to do! */
62 _ovly_table[i][MAPPED] = 1; /* this one now mapped */
64 _ovly_table[i][MAPPED] = 0; /* this one now un-mapped */
78 * more than once for the same mapped overlay.
87 if (!_ovly_table[ovlyno][MAPPED])
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 1074 /* We either created a new mapped symbol table, mapped an existing
1835 overlays are mapped any more. */
2530 ourselves. We don't worry about mapped files (for one thing,
2531 any mapped file will be out of date). */
2942 1) The gnu linker will permit multiple sections to be mapped into the
2947 sections should be considered to be mapped from the VMA to the LMA.
2949 For instance, if a section has been mapped then its contents
2954 overlays are currently mapped. This level of support is
2956 whether a section is mapped is kept in the objfile->obj_section table
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 1074 /* We either created a new mapped symbol table, mapped an existing
1835 overlays are mapped any more. */
2530 ourselves. We don't worry about mapped files (for one thing,
2531 any mapped file will be out of date). */
2942 1) The gnu linker will permit multiple sections to be mapped into the
2947 sections should be considered to be mapped from the VMA to the LMA.
2949 For instance, if a section has been mapped then its contents
2954 overlays are currently mapped. This level of support is
2956 whether a section is mapped is kept in the objfile->obj_section table
    [all...]

Completed in 41 milliseconds