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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-skip-prologue.S 58 .4byte loclist /* DW_AT_location */
124 loclist: label
dw2-entry-value.S 35 .4byte loclist /* DW_AT_location */
47 loclist: label
dw2-op-call.S 101 .uleb128 4 /* Abbrev: DW_TAG_variable-loclist */
104 .4byte loclist /* DW_AT_location */
112 loclist: label
156 .uleb128 0x34 /* DW_TAG_variable-loclist */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-skip-prologue.S 58 .4byte loclist /* DW_AT_location */
124 loclist: label
dw2-entry-value.S 35 .4byte loclist /* DW_AT_location */
47 loclist: label
dw2-op-call.S 101 .uleb128 4 /* Abbrev: DW_TAG_variable-loclist */
104 .4byte loclist /* DW_AT_location */
112 loclist: label
156 .uleb128 0x34 /* DW_TAG_variable-loclist */
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.h 201 /* The version of DWARF this loclist comes from. */
242 struct dwarf2_loclist_baton loclist; member in union:dwarf2_property_baton::__anon196
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.h 200 /* The version of DWARF this loclist comes from. */
224 struct dwarf2_loclist_baton loclist; member in union:dwarf2_property_baton::__anon269
  /src/external/gpl3/binutils/dist/gas/
macro.c 777 formal_entry *loclist = NULL; local
916 f->next = loclist;
917 loclist = f;
989 while (loclist != NULL)
994 f = loclist->next;
995 name = sb_terminate (&loclist->name);
997 del_formal (loclist);
998 loclist = f;
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 805 formal_entry *loclist = NULL; local
944 f->next = loclist;
945 loclist = f;
1017 while (loclist != NULL)
1022 f = loclist->next;
1023 name = sb_terminate (&loclist->name);
1025 del_formal (loclist);
1026 loclist = f;
  /src/usr.bin/config/
gram.y 89 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 *, int)
569 loclist: label
    [all...]
defs.h 202 struct loclist *a_locs; /* locators required */
229 struct loclist { struct
233 struct loclist *ll_next;
682 struct loclist *loclist_create(const char *, const char *, long long);
683 void loclist_destroy(struct loclist *);

Completed in 27 milliseconds