Home
last modified time | relevance | path

Searched defs:_LIST_ENTRY (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dpointer-signext.c13 typedef struct _LIST_ENTRY { struct
14 struct _LIST_ENTRY *ForwardLink; argument
15 struct _LIST_ENTRY *BackLink; argument
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilink.h28 typedef struct _LIST_ENTRY { struct
29 struct _LIST_ENTRY *Flink; argument
30 struct _LIST_ENTRY *Blink; argument
/external/syslinux/efi64/include/efi/
Defilink.h28 typedef struct _LIST_ENTRY { struct
29 struct _LIST_ENTRY *Flink; argument
30 struct _LIST_ENTRY *Blink; argument
/external/syslinux/efi32/include/efi/
Defilink.h28 typedef struct _LIST_ENTRY { struct
29 struct _LIST_ENTRY *Flink; argument
30 struct _LIST_ENTRY *Blink; argument
/external/syslinux/gpxe/src/include/gpxe/efi/
DBase.h43 struct _LIST_ENTRY { struct
44 LIST_ENTRY *ForwardLink;
45 LIST_ENTRY *BackLink;