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

  /src/external/gpl3/gdb.old/dist/gdb/
buildsym-legacy.c 174 end_compunit_symtab (CORE_ADDR end_addr)
178 = buildsym_compunit->end_compunit_symtab (end_addr);
173 end_compunit_symtab (CORE_ADDR end_addr) function
buildsym.c 675 /* Subroutine of end_compunit_symtab to simplify it. Look for a subfile that
746 /* Implementation of the first part of end_compunit_symtab. It allows modifying
752 END_ADDR is the same as for end_compunit_symtab: the address of the end of
784 complaint (_("Context stack not empty in end_compunit_symtab"));
993 /* Implementation of the second part of end_compunit_symtab. Pass STATIC_BLOCK
1031 Note that it is possible for end_compunit_symtab() to return NULL. In
1044 buildsym_compunit::end_compunit_symtab (CORE_ADDR end_addr)
1052 /* Same as end_compunit_symtab except create a symtab that can be later added
1085 /* Same as end_compunit_symtab, but for the case where we're adding more symbols
1041 buildsym_compunit::end_compunit_symtab (CORE_ADDR end_addr) function in class:buildsym_compunit
  /src/external/gpl3/gdb/dist/gdb/
buildsym-legacy.c 174 end_compunit_symtab (CORE_ADDR end_addr)
178 = buildsym_compunit->end_compunit_symtab (end_addr);
173 end_compunit_symtab (CORE_ADDR end_addr) function
buildsym.c 675 /* Subroutine of end_compunit_symtab to simplify it. Look for a subfile that
746 /* Implementation of the first part of end_compunit_symtab. It allows modifying
752 END_ADDR is the same as for end_compunit_symtab: the address of the end of
784 complaint (_("Context stack not empty in end_compunit_symtab"));
993 /* Implementation of the second part of end_compunit_symtab. Pass STATIC_BLOCK
1031 Note that it is possible for end_compunit_symtab() to return NULL. In
1044 buildsym_compunit::end_compunit_symtab (CORE_ADDR end_addr)
1052 /* Same as end_compunit_symtab except create a symtab that can be later added
1085 /* Same as end_compunit_symtab, but for the case where we're adding more symbols
1041 buildsym_compunit::end_compunit_symtab (CORE_ADDR end_addr) function in class:buildsym_compunit

Completed in 53 milliseconds