/system/core/toolbox/grep/ |
queue.c | 54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
insn.h | 141 /*@reldef@*/ STAILQ_HEAD(yasm_insn_operands, yasm_insn_operand) operands;
|
genmodule.c | 55 STAILQ_HEAD(includehead, include) includes =
|
section.h | 64 /*@reldef@*/ STAILQ_HEAD(yasm_sectionhead, yasm_section) sections;
|
valparam.h | 66 /*@reldef@*/ STAILQ_HEAD(yasm_valparamhead, yasm_valparam);
|
bytecode.h | 43 /*@reldef@*/ STAILQ_HEAD(yasm_datavalhead, yasm_dataval);
|
hamt.c | 52 STAILQ_HEAD(HAMTEntryHead, HAMTEntry) entries;
|
section.c | 74 /*@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) [all...] |
compat-queue.h | 178 #define STAILQ_HEAD(name, type) \
|
errwarn.c | 71 static STAILQ_HEAD(warn_head, warn) yasm_warns;
|
file.c | 535 STAILQ_HEAD(incpath_head, incpath) incpaths = STAILQ_HEAD_INITIALIZER(incpaths);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.h | 90 /*@reldef@*/ STAILQ_HEAD(dwarf2_lochead, dwarf2_loc) locs;
|
dwarf2-info.c | 188 STAILQ_HEAD(dwarf2_abbrev_attrhead, dwarf2_abbrev_attr) attrs;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.h | 397 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/ |
genperf.c | 37 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/ |
nasm-listfmt.c | 60 /*@reldef@*/ STAILQ_HEAD(bcrelochead, bcreloc) bcrelocs;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 59 static STAILQ_HEAD(preproc_dep_head, preproc_dep) *preproc_deps;
|
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 170 #define STAILQ_HEAD(name, type) \
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-symline.c | 136 STAILQ_HEAD(cv8_lineset_head, cv8_lineset) linesets; 421 STAILQ_HEAD(cv8_lineinfo_head, cv8_lineinfo) cv8_lineinfos; [all...] |
/bionic/libc/include/sys/ |
queue.h | 211 #define STAILQ_HEAD(name, type) \
|
/development/ndk/platforms/android-3/include/sys/ |
queue.h | 211 #define STAILQ_HEAD(name, type) \
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm.c | 246 typedef STAILQ_HEAD(constcharparam_head, constcharparam) constcharparam_head;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
queue.h | 211 #define STAILQ_HEAD(name, type) \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
queue.h | 211 #define STAILQ_HEAD(name, type) \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
queue.h | 211 #define STAILQ_HEAD(name, type) \
|