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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 219 static void init_stringtab (bfd *, file_ptr, struct objfile *);
1824 init_stringtab (bfd *abfd, file_ptr offset, struct objfile *objfile)
2819 init_stringtab (abfd, stringtab_offset, objfile);
1817 init_stringtab (bfd *abfd, file_ptr offset, struct objfile *objfile) function
coffread.c 199 static int init_stringtab (bfd *, file_ptr, gdb::unique_xmalloc_ptr<char> *);
789 val = init_stringtab (abfd, stringtab_offset, &stringtab_storage);
1361 init_stringtab (bfd *abfd, file_ptr offset, gdb::unique_xmalloc_ptr<char> *storage)
1355 init_stringtab (bfd *abfd, file_ptr offset, gdb::unique_xmalloc_ptr<char> *storage) function
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 199 static int init_stringtab (bfd *, file_ptr, gdb::unique_xmalloc_ptr<char> *);
790 val = init_stringtab (abfd, stringtab_offset, &stringtab_storage);
1362 init_stringtab (bfd *abfd, file_ptr offset, gdb::unique_xmalloc_ptr<char> *storage)
1356 init_stringtab (bfd *abfd, file_ptr offset, gdb::unique_xmalloc_ptr<char> *storage) function
xcoffread.c 219 static void init_stringtab (bfd *, file_ptr, struct objfile *);
1824 init_stringtab (bfd *abfd, file_ptr offset, struct objfile *objfile)
2820 init_stringtab (abfd, stringtab_offset, objfile);
1817 init_stringtab (bfd *abfd, file_ptr offset, struct objfile *objfile) function

Completed in 21 milliseconds