Searched refs:loclist (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/usr.bin/config/
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 Dgram.y89 DECL_ALLOCWRAP(loclist);
133 static struct loclist *mk_loc(const char *, const char *, long long);
134 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 *, in
569 loclist: label
[all...]
H A Dutil.c304 struct loclist *
307 struct loclist *ll;
318 loclist_destroy(struct loclist *ll)
320 struct loclist *next;
H A Ddefs.h202 struct loclist *a_locs; /* locators required */
229 struct loclist { struct
233 struct loclist *ll_next;
681 struct loclist *loclist_create(const char *, const char *, long long);
682 void loclist_destroy(struct loclist *);
H A Dsem.c90 static const char **fixloc(const char *, struct attr *, struct loclist *);
328 defattr0(const char *name, struct loclist *locs, struct attrlist *deps,
341 defattr(const char *name, struct loclist *locs, struct attrlist *deps,
401 defiattr(const char *name, struct loclist *locs, struct attrlist *deps,
406 struct loclist *ll;
431 defdevclass(const char *name, struct loclist *locs, struct attrlist *deps,
513 defdev(struct devbase *dev, struct loclist *loclist, struct attrlist *attrs, argument
516 struct loclist *ll;
537 if (loclist !
1269 adddev(const char *name, const char *at, struct loclist *loclist, int flags) argument
[all...]
H A Dlint.c131 struct loclist *ll;
H A Dmkioconf.c183 struct loclist *ll;
380 struct loclist *ll;
H A Dmkheaders.c309 struct loclist *ll;
/netbsd-current/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.S101 .uleb128 4 /* Abbrev: DW_TAG_variable-loclist */
104 .4byte loclist /* DW_AT_location */
112 loclist: label
156 .uleb128 0x34 /* DW_TAG_variable-loclist */
H A Ddw2-skip-prologue.S58 .4byte loclist /* DW_AT_location */
124 loclist: label
/netbsd-current/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.S101 .uleb128 4 /* Abbrev: DW_TAG_variable-loclist */
104 .4byte loclist /* DW_AT_location */
112 loclist: label
156 .uleb128 0x34 /* DW_TAG_variable-loclist */
H A Ddw2-skip-prologue.S58 .4byte loclist /* DW_AT_location */
124 loclist: label
/netbsd-current/games/warp/
H A Dconfig.sh8 loclist='
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.h219 struct dwarf2_loclist_baton loclist; member in union:dwarf2_property_baton::__anon1070
H A Dloc.c2641 data = dwarf2_find_location_expression (&baton->loclist, &size, pc);
2645 size, baton->loclist.per_cu,
2646 baton->loclist.per_objfile);
2720 data = dwarf2_find_location_expression (&baton->loclist, &size, pc);
2721 per_cu = baton->loclist.per_cu;
2722 per_objfile = baton->loclist.per_objfile;
H A Dread.c18137 fill_in_loclist_baton (cu, &baton->loclist, target_attr);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dloc.h240 struct dwarf2_loclist_baton loclist; member in union:dwarf2_property_baton::__anon600
H A Dloc.c1705 data = dwarf2_find_location_expression (&baton->loclist, &size, pc);
1709 size, baton->loclist.per_cu,
1710 baton->loclist.per_objfile);
1795 data = dwarf2_find_location_expression (&baton->loclist, &size, pc);
1796 per_cu = baton->loclist.per_cu;
1797 per_objfile = baton->loclist.per_objfile;
H A Dread.c17482 fill_in_loclist_baton (cu, &baton->loclist, target_attr);
17533 fill_in_loclist_baton (cu, &baton->loclist, attr);
18927 /* Verify the loclist index is valid. */
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c798 formal_entry *loclist = NULL; local
921 f->next = loclist;
922 loclist = f;
1006 while (loclist != NULL)
1011 f = loclist->next;
1012 name = sb_terminate (&loclist->name);
1014 del_formal (loclist);
1015 loclist = f;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dmacro.c840 formal_entry *loclist = NULL; local
973 f->next = loclist;
974 loclist = f;
1046 while (loclist != NULL)
1051 f = loclist->next;
1052 name = sb_terminate (&loclist->name);
1055 del_formal (loclist);
1056 loclist = f;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dmacro.c809 formal_entry *loclist = NULL; local
942 f->next = loclist;
943 loclist = f;
1015 while (loclist != NULL)
1020 f = loclist->next;
1021 name = sb_terminate (&loclist->name);
1024 del_formal (loclist);
1025 loclist = f;

Completed in 611 milliseconds