Searched refs:symtab (Results 1 - 25 of 1105) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsymtab-clones.cc33 #include "symtab-clones.h"
53 if (!symtab->m_clones)
55 symtab->m_clones
57 function_summary <clone_info *> (symtab, true);
58 symtab->m_clones->disable_insertion_hook ();
59 symtab->m_clones->disable_duplication_hook ();
61 return symtab->m_clones->get_create (node);
H A Dsymtab-clones.h55 if (!symtab->m_clones)
57 return symtab->m_clones->get (node);
65 symtab->m_clones->remove (node);
72 if (symtab->m_clones)
73 ggc_delete (symtab->m_clones);
74 symtab->m_clones = NULL;
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dsymtab.c1 /* $NetBSD: symtab.c,v 1.5 2020/05/25 20:47:20 christos Exp $ */
31 #include <isc/symtab.h>
66 isc_symtab_t *symtab; local
73 symtab = (isc_symtab_t *)isc_mem_get(mctx, sizeof(*symtab));
74 if (symtab == NULL)
76 symtab->table = (eltlist_t *)isc_mem_get(mctx,
78 if (symtab->table == NULL) {
79 isc_mem_put(mctx, symtab, sizeof(*symtab));
100 isc_symtab_t *symtab; local
170 isc_symtab_lookup(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t *value) argument
191 grow_table(isc_symtab_t *symtab) argument
231 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t value, isc_symexists_t exists_policy) argument
283 isc_symtab_undefine(isc_symtab_t *symtab, const char *key, unsigned int type) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dsymtab.c1 /* $NetBSD: symtab.c,v 1.6 2022/09/23 12:15:33 christos Exp $ */
24 #include <isc/symtab.h>
56 isc_symtab_t *symtab; local
63 symtab = isc_mem_get(mctx, sizeof(*symtab));
65 symtab->mctx = NULL;
66 isc_mem_attach(mctx, &symtab->mctx);
67 symtab->table = isc_mem_get(mctx, size * sizeof(eltlist_t));
69 INIT_LIST(symtab->table[i]);
71 symtab
86 isc_symtab_t *symtab; local
155 isc_symtab_lookup(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t *value) argument
177 grow_table(isc_symtab_t *symtab) argument
216 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t value, isc_symexists_t exists_policy) argument
268 isc_symtab_undefine(isc_symtab_t *symtab, const char *key, unsigned int type) argument
293 isc_symtab_count(isc_symtab_t *symtab) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dsymtab.c1 /* $NetBSD: symtab.c,v 1.1 2024/02/18 20:57:50 christos Exp $ */
24 #include <isc/symtab.h>
56 isc_symtab_t *symtab; local
63 symtab = isc_mem_get(mctx, sizeof(*symtab));
65 symtab->mctx = NULL;
66 isc_mem_attach(mctx, &symtab->mctx);
67 symtab->table = isc_mem_get(mctx, size * sizeof(eltlist_t));
69 INIT_LIST(symtab->table[i]);
71 symtab
86 isc_symtab_t *symtab; local
155 isc_symtab_lookup(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t *value) argument
177 grow_table(isc_symtab_t *symtab) argument
216 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type, isc_symvalue_t value, isc_symexists_t exists_policy) argument
268 isc_symtab_undefine(isc_symtab_t *symtab, const char *key, unsigned int type) argument
293 isc_symtab_count(isc_symtab_t *symtab) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-symtab.c22 #include "symtab.h"
31 struct symtab *symtab; member in struct:stpy_symtab_object
32 /* A symtab object is associated with an objfile, so keep track with
34 invalidation of the underlying struct symtab when the objfile is
44 /* Require a valid symbol table. All access to symtab_object->symtab
46 #define STPY_REQUIRE_VALID(symtab_obj, symtab) \
48 symtab = symtab_object_to_symtab (symtab_obj); \
49 if (symtab == NULL) \
60 PyObject *symtab; member in struct:salpy_sal_object
92 struct symtab *symtab = NULL; local
105 struct symtab *symtab = NULL; local
118 struct symtab *symtab = NULL; local
130 struct symtab *symtab = NULL; local
149 struct symtab *symtab = NULL; local
164 struct symtab *symtab = NULL; local
178 struct symtab *symtab = NULL; local
194 struct symtab *symtab = NULL; local
212 struct symtab *symtab = NULL; local
233 symtab *symtab = symtab_object_to_symtab (sal_obj->symtab); local
244 symtab_object *symtab = (symtab_object *) obj; local
378 symtab *symtab = symtab_object_to_symtab (sal_obj->symtab); local
401 set_symtab(symtab_object *obj, struct symtab *symtab) argument
421 symtab_to_symtab_object(struct symtab *symtab) argument
[all...]
H A Dpy-linetable.c36 /* The symtab python object. We store the Python object here as the
37 underlying symtab can become invalid, and we have to run validity
39 PyObject *symtab; member in struct:__anon1244
66 return lt->symtab;
69 #define LTPY_REQUIRE_VALID(lt_obj, symtab) \
71 symtab = symtab_object_to_symtab (get_symtab (lt_obj)); \
72 if (symtab == NULL) \
85 symtab_to_linetable_object (PyObject *symtab) argument
92 ltable->symtab = symtab;
157 struct symtab *symtab; local
186 struct symtab *symtab; local
220 struct symtab *symtab; local
264 struct symtab *symtab = NULL; local
350 struct symtab *symtab = NULL; local
381 struct symtab *symtab; local
396 struct symtab *symtab; local
438 struct symtab *symtab = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symtab.c22 #include "symtab.h"
31 struct symtab *symtab; member in struct:symtab_object
32 /* A symtab object is associated with an objfile, so keep track with
34 invalidation of the underlying struct symtab when the objfile is
42 would result in bad data. All access to obj->symtab should be
53 obj->symtab = NULL;
66 /* Require a valid symbol table. All access to symtab_object->symtab
68 #define STPY_REQUIRE_VALID(symtab_obj, symtab) \
70 symtab
82 PyObject *symtab; member in struct:sal_object
144 struct symtab *symtab = NULL; local
157 struct symtab *symtab = NULL; local
170 struct symtab *symtab = NULL; local
182 struct symtab *symtab = NULL; local
201 struct symtab *symtab = NULL; local
216 struct symtab *symtab = NULL; local
230 struct symtab *symtab = NULL; local
246 struct symtab *symtab = NULL; local
264 struct symtab *symtab = NULL; local
285 symtab *symtab = symtab_object_to_symtab (sal_obj->symtab); local
296 symtab_object *symtab = (symtab_object *) obj; local
428 symtab *symtab = symtab_object_to_symtab (sal_obj->symtab); local
449 set_symtab(symtab_object *obj, struct symtab *symtab) argument
467 symtab_to_symtab_object(struct symtab *symtab) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-location.c23 #include "symtab.h"
39 bool location_changed_p = set_fullname (sal.symtab);
59 tui_location_tracker::set_location (struct symtab *symtab) argument
61 bool location_changed_p = set_fullname (symtab);
72 tui_location_tracker::set_fullname (struct symtab *symtab) argument
74 const char *fullname = (symtab == nullptr
76 : symtab_to_fullname (symtab));
H A Dtui-location.h44 bool set_location (struct symtab *symtab);
70 bool set_fullname (struct symtab *symtab);
/netbsd-current/external/mpl/bind/dist/lib/isccc/
H A Dsymtab.c1 /* $NetBSD: symtab.c,v 1.8 2024/02/21 22:52:42 christos Exp $ */
43 #include <isccc/symtab.h>
72 isccc_symtab_t *symtab; local
78 symtab = malloc(sizeof(*symtab));
79 if (symtab == NULL) {
82 symtab->table = malloc(size * sizeof(eltlist_t));
83 if (symtab->table == NULL) {
84 free(symtab);
88 ISC_LIST_INIT(symtab
102 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) argument
113 isccc_symtab_t *symtab; local
192 isccc_symtab_lookup(isccc_symtab_t *symtab, const char *key, unsigned int type, isccc_symvalue_t *value) argument
214 isccc_symtab_define(isccc_symtab_t *symtab, char *key, unsigned int type, isccc_symvalue_t value, isccc_symexists_t exists_policy) argument
257 isccc_symtab_undefine(isccc_symtab_t *symtab, const char *key, unsigned int type) argument
277 isccc_symtab_foreach(isccc_symtab_t *symtab, isccc_symtabforeachaction_t action, void *arg) argument
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxdefs.h7 #define SCLINK 00020 /* for symtab */
12 extern struct symtab *spole, *nscur;
27 /* C++-specific symtab types */
28 #define CLNAME (MAXSTCL+1) /* symtab entry is class */
29 #define NSPACE (MAXSTCL+2) /* symtab entry is namespace */
31 char *decoratename(struct symtab *sp, int type);
35 struct symtab *cxxlookup(NODE *p, int declare);
36 void cxxsetname(struct symtab *sp);
37 void cxxmember(struct symtab *sp);
38 struct symtab *cxxstrva
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dglobal-local-symtab-final-n32.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -e 0 -T global-local-symtab.ld
6 #dump: global-local-symtab-sort-o32t.d
H A Dglobal-local-symtab-final-n64.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -e 0 -T global-local-symtab.ld
6 #dump: global-local-symtab-sort-n64t.d
H A Dglobal-local-symtab-final-o32.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -e 0 -T global-local-symtab.ld
6 #dump: global-local-symtab-sort-o32t.d
H A Dglobal-local-symtab-n32.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
6 #dump: global-local-symtab-o32.d
H A Dglobal-local-symtab-n32t.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
6 #dump: global-local-symtab-o32t.d
H A Dglobal-local-symtab-n64.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
7 *\[ *[0-9]+\] +\.symtab +SYMTAB +[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+ +18 +3 +4 +8
H A Dglobal-local-symtab-o32.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
7 *\[ *[0-9]+\] +\.symtab +SYMTAB +[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+ +10 +3 +2 +4
H A Dglobal-local-symtab-o32t.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
7 *\[ *[0-9]+\] +\.symtab +SYMTAB +[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+ +10 +3 +4 +4
H A Dglobal-local-symtab-sort-n32.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
6 #dump: global-local-symtab-sort-o32.d
H A Dglobal-local-symtab-sort-n32t.d2 #source: ../../../gas/testsuite/gas/mips/global-local-symtab.s
4 #ld: -r -T global-local-symtab.ld
6 #dump: global-local-symtab-sort-o32t.d
/netbsd-current/lib/libexecinfo/
H A Dsymtab.h35 typedef struct symtab symtab_t;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dglobal-local-symtab-n32.d5 #source: global-local-symtab.s
6 #dump: global-local-symtab-o32.d
H A Dglobal-local-symtab-n32t.d5 #source: global-local-symtab.s
6 #dump: global-local-symtab-o32t.d

Completed in 424 milliseconds

1234567891011>>