Searched refs:STAILQ_HEAD (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h141 /*@reldef@*/ STAILQ_HEAD(yasm_insn_operands, yasm_insn_operand) operands;
H A Dgenmodule.c55 STAILQ_HEAD(includehead, include) includes =
H A Dsection.h64 /*@reldef@*/ STAILQ_HEAD(yasm_sectionhead, yasm_section) sections;
H A Dvalparam.h66 /*@reldef@*/ STAILQ_HEAD(yasm_valparamhead, yasm_valparam);
H A Dbytecode.h43 /*@reldef@*/ STAILQ_HEAD(yasm_datavalhead, yasm_dataval);
H A Dhamt.c52 STAILQ_HEAD(HAMTEntryHead, HAMTEntry) entries;
H A Dsection.c74 /*@reldef@*/ STAILQ_HEAD(yasm_bytecodehead, yasm_bytecode) bcs;
77 /*@reldef@*/ STAILQ_HEAD(yasm_relochead, yasm_reloc) relocs;
877 /*@reldef@*/ STAILQ_HEAD(yasm_span_shead, yasm_span) QA, QB;
879 /*@reldef@*/ STAILQ_HEAD(offset_setters_head, yasm_offset_setter)
H A Dcompat-queue.h178 #define STAILQ_HEAD(name, type) \ macro
H A Derrwarn.c71 static STAILQ_HEAD(warn_head, warn) yasm_warns;
H A Dfile.c535 STAILQ_HEAD(incpath_head, incpath) incpaths = STAILQ_HEAD_INITIALIZER(incpaths);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h90 /*@reldef@*/ STAILQ_HEAD(dwarf2_lochead, dwarf2_loc) locs;
H A Ddwarf2-info.c188 STAILQ_HEAD(dwarf2_abbrev_attrhead, dwarf2_abbrev_attr) attrs;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h397 STAILQ_HEAD(elf_strtab_head, elf_strtab_entry);
404 STAILQ_HEAD(elf_symtab_head, elf_symtab_entry);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c37 typedef STAILQ_HEAD(slist, sval) slist;
43 typedef STAILQ_HEAD(keyword_list, keyword) keyword_list;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c60 /*@reldef@*/ STAILQ_HEAD(bcrelochead, bcreloc) bcrelocs;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-preproc.c59 static STAILQ_HEAD(preproc_dep_head, preproc_dep) *preproc_deps;
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h170 #define STAILQ_HEAD(name, type) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c136 STAILQ_HEAD(cv8_lineset_head, cv8_lineset) linesets;
421 STAILQ_HEAD(cv8_lineinfo_head, cv8_lineinfo) cv8_lineinfos;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h231 #define STAILQ_HEAD(name, type) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c246 typedef STAILQ_HEAD(constcharparam_head, constcharparam) constcharparam_head;
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c235 typedef STAILQ_HEAD(constcharparam_head, constcharparam) constcharparam_head;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c102 typedef STAILQ_HEAD(xdf_str_head, xdf_str) xdf_str_head;

Completed in 3096 milliseconds