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

  /src/external/gpl3/gdb/dist/gdb/
solib-dsbt.c 41 /* Representation of loadmap and related structs for the TIC6X DSBT. */
133 /* The loadmap, digested into an easier to use form. */
286 error (_("Error reading DSBT exec loadmap"));
297 error (_("Error reading DSBT interp loadmap"));
304 /* Given address LDMADDR, fetch and decode the loadmap at that address.
306 there doesn't appear to be a loadmap at the given address. The
307 allocated space (representing the loadmap) returned by this
320 /* Fetch initial portion of the loadmap. */
346 /* Allocate space for the complete (external) loadmap. */
351 /* Copy over the portion of the loadmap that's already been read. *
586 struct int_elf32_dsbt_loadmap *loadmap; local
    [all...]
solib-frv.c 34 /* Representation of loadmap and related structs for the FR-V FDPIC ABI. */
84 /* Given address LDMADDR, fetch and decode the loadmap at that address.
86 there doesn't appear to be a loadmap at the given address. The
87 allocated space (representing the loadmap) returned by this
100 /* Fetch initial portion of the loadmap. */
126 /* Allocate space for the complete (external) loadmap. */
131 /* Copy over the portion of the loadmap that's already been read. */
134 /* Read the rest of the loadmap from the target. */
139 /* Couldn't read rest of the loadmap. */
208 /* The loadmap, digested into an easier to use form. *
365 struct int_elf32_fdpic_loadmap *loadmap; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
solib-dsbt.c 41 /* Representation of loadmap and related structs for the TIC6X DSBT. */
133 /* The loadmap, digested into an easier to use form. */
286 error (_("Error reading DSBT exec loadmap"));
297 error (_("Error reading DSBT interp loadmap"));
304 /* Given address LDMADDR, fetch and decode the loadmap at that address.
306 there doesn't appear to be a loadmap at the given address. The
307 allocated space (representing the loadmap) returned by this
320 /* Fetch initial portion of the loadmap. */
346 /* Allocate space for the complete (external) loadmap. */
351 /* Copy over the portion of the loadmap that's already been read. *
586 struct int_elf32_dsbt_loadmap *loadmap; local
    [all...]
solib-frv.c 34 /* Representation of loadmap and related structs for the FR-V FDPIC ABI. */
84 /* Given address LDMADDR, fetch and decode the loadmap at that address.
86 there doesn't appear to be a loadmap at the given address. The
87 allocated space (representing the loadmap) returned by this
100 /* Fetch initial portion of the loadmap. */
126 /* Allocate space for the complete (external) loadmap. */
131 /* Copy over the portion of the loadmap that's already been read. */
134 /* Read the rest of the loadmap from the target. */
139 /* Couldn't read rest of the loadmap. */
208 /* The loadmap, digested into an easier to use form. *
365 struct int_elf32_fdpic_loadmap *loadmap; local
    [all...]

Completed in 26 milliseconds