Home
last modified time | relevance | path

Searched refs:loclist (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd/usr.bin/config/
H A Dgram.y134 static struct loclist *mk_loc_val(const char *, struct loclist *);
148 static struct loclist *present_loclist(struct loclist *ll);
149 static void app(struct loclist *, struct loclist *);
150 static struct loclist *locarray(const char *, int, struct loclist *, int);
151 static struct loclist *namelocvals(const char *, struct loclist *);
161 struct loclist *loclist; member
206 %type <loclist> loclist locdef
563 loclist:
1258 struct loclist *ll; in mk_loc_val()
1420 app(struct loclist *p, struct loclist *q) in app()
[all …]
H A Dsem.h49 int defattr0(const char *, struct loclist *, struct attrlist *, int);
50 int defattr(const char *, struct loclist *, struct attrlist *, int);
51 int defiattr(const char *, struct loclist *, struct attrlist *, int);
52 int defdevclass(const char *, struct loclist *, struct attrlist *, int);
53 void defdev(struct devbase *, struct loclist *, struct attrlist *, int);
73 void adddev(const char *, const char *, struct loclist *, int);
H A Dsem.c406 struct loclist *ll; in defiattr()
513 defdev(struct devbase *dev, struct loclist *loclist, struct attrlist *attrs, in defdev() argument
516 struct loclist *ll; in defdev()
537 if (loclist != NULL) { in defdev()
538 ll = loclist; in defdev()
539 loclist = NULL; /* defattr disposes of them for us */ in defdev()
600 loclist_destroy(loclist); in defdev()
1269 adddev(const char *name, const char *at, struct loclist *loclist, int flags) in adddev() argument
1326 if ((i->i_locs = fixloc(name, attr, loclist)) == NULL) { in adddev()
1342 loclist_destroy(loclist); in adddev()
[all …]
H A Ddefs.h201 struct loclist *a_locs; /* locators required */
226 struct loclist { struct
230 struct loclist *ll_next; argument
676 struct loclist *loclist_create(const char *, const char *, long long);
677 void loclist_destroy(struct loclist *);
H A Dutil.c303 struct loclist *
306 struct loclist *ll; in loclist_create()
317 loclist_destroy(struct loclist *ll) in loclist_destroy()
319 struct loclist *next; in loclist_destroy()
H A Dmkioconf.c178 struct loclist *ll; in cf_locators_print()
375 struct loclist *ll; in emitcfdata()
H A Dlint.c131 struct loclist *ll; in do_emit_instances()
H A Dmkheaders.c309 struct loclist *ll; in locators_print()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-entry-value.S35 .4byte loclist /* DW_AT_location */
47 loclist: label
H A Ddw2-op-call.S104 .4byte loclist /* DW_AT_location */
112 loclist: label
H A Ddw2-skip-prologue.S58 .4byte loclist /* DW_AT_location */
124 loclist: label
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-entry-value.S35 .4byte loclist /* DW_AT_location */
47 loclist: label
H A Ddw2-op-call.S104 .4byte loclist /* DW_AT_location */
112 loclist: label
H A Ddw2-skip-prologue.S58 .4byte loclist /* DW_AT_location */
124 loclist: label
/netbsd/external/gpl3/gdb/dist/gas/
H A Dmacro.c809 formal_entry *loclist = NULL; in macro_expand_body() local
942 f->next = loclist; in macro_expand_body()
943 loclist = f; in macro_expand_body()
1015 while (loclist != NULL) in macro_expand_body()
1020 f = loclist->next; in macro_expand_body()
1021 name = sb_terminate (&loclist->name); in macro_expand_body()
1024 del_formal (loclist); in macro_expand_body()
1025 loclist = f; in macro_expand_body()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c798 formal_entry *loclist = NULL; in macro_expand_body() local
921 f->next = loclist; in macro_expand_body()
922 loclist = f; in macro_expand_body()
1006 while (loclist != NULL) in macro_expand_body()
1011 f = loclist->next; in macro_expand_body()
1012 name = sb_terminate (&loclist->name); in macro_expand_body()
1014 del_formal (loclist); in macro_expand_body()
1015 loclist = f; in macro_expand_body()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dmacro.c840 formal_entry *loclist = NULL; in macro_expand_body() local
973 f->next = loclist; in macro_expand_body()
974 loclist = f; in macro_expand_body()
1046 while (loclist != NULL) in macro_expand_body()
1051 f = loclist->next; in macro_expand_body()
1052 name = sb_terminate (&loclist->name); in macro_expand_body()
1055 del_formal (loclist); in macro_expand_body()
1056 loclist = f; in macro_expand_body()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dmacro.c809 formal_entry *loclist = NULL; in macro_expand_body() local
942 f->next = loclist; in macro_expand_body()
943 loclist = f; in macro_expand_body()
1015 while (loclist != NULL) in macro_expand_body()
1020 f = loclist->next; in macro_expand_body()
1021 name = sb_terminate (&loclist->name); in macro_expand_body()
1024 del_formal (loclist); in macro_expand_body()
1025 loclist = f; in macro_expand_body()
/netbsd/games/warp/
H A Dconfig.sh8 loclist='
/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dloc.h219 struct dwarf2_loclist_baton loclist; member
H A Dloc.c2641 data = dwarf2_find_location_expression (&baton->loclist, &size, pc); in dwarf2_evaluate_property()
2645 size, baton->loclist.per_cu, in dwarf2_evaluate_property()
2646 baton->loclist.per_objfile); in dwarf2_evaluate_property()
2720 data = dwarf2_find_location_expression (&baton->loclist, &size, pc); in dwarf2_compile_property_to_c()
2721 per_cu = baton->loclist.per_cu; in dwarf2_compile_property_to_c()
2722 per_objfile = baton->loclist.per_objfile; in dwarf2_compile_property_to_c()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.h219 struct dwarf2_loclist_baton loclist; member
H A Dloc.c2641 data = dwarf2_find_location_expression (&baton->loclist, &size, pc); in dwarf2_evaluate_property()
2645 size, baton->loclist.per_cu, in dwarf2_evaluate_property()
2646 baton->loclist.per_objfile); in dwarf2_evaluate_property()
2720 data = dwarf2_find_location_expression (&baton->loclist, &size, pc); in dwarf2_compile_property_to_c()
2721 per_cu = baton->loclist.per_cu; in dwarf2_compile_property_to_c()
2722 per_objfile = baton->loclist.per_objfile; in dwarf2_compile_property_to_c()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1151 * If D has a ``DW_AT_location`` attribute that is encoded as a ``loclist`` or
1167 attribute that is encoded as a ``loclist`` or ``loclistsptr``, and the
2575 information entry attribute that is encoded using class ``loclist`` or
2588 *This location list representation, the* ``loclist`` *and* ``loclistsptr``
4045 DW_AT_LLVM_active_lane 0x3e08 exprloc, loclist
4048 DW_AT_LLVM_lane_pc 0x3e0b exprloc, loclist
/netbsd/usr.sbin/makemandb/
H A Dnostem.txt2245 loclist

1234