Searched defs:symbol (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.h | 77 struct symbol { struct 78 struct symbol *next; argument 80 enum symbol_type type; argument 81 struct symbol_value curr; argument 82 struct symbol_value def[S_DEF_COUNT]; argument 92 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
|
A D | zconf.y | 40 struct symbol *symbol; member
|
A D | symbol.c | 799 struct symbol *symbol; in sym_lookup() local 840 struct symbol *symbol = NULL; in sym_find() local
|
A D | expr.c | 1073 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 98 struct symbol { struct 101 struct symbol *next; argument 164 static void insert_symbol(struct symbol *symbol) in insert_symbol() 226 struct symbol *symbol; in read_symbol_table() local
|
/xen-4.10.0-shim-comet/xen/include/acpi/platform/ |
A D | aclinux.h | 66 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | symbols.c | 87 static enum { symbol, single_source, multi_source } last; in read_symbol() enumerator 410 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol() 419 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol()
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_lzma2.c | 522 uint32_t symbol = 1; in rc_bittree() local 539 uint32_t symbol = 1; in rc_bittree_reverse() local 584 uint32_t symbol; in lzma_literal() local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlzma.c | 169 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) in rc_get_bit() 196 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode()
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 554 uint64_t elf_lookup_addr(struct elf_binary * elf, const char *symbol) in elf_lookup_addr()
|
A D | libelf-tools.c | 257 ELF_HANDLE_DECL(elf_sym) elf_sym_by_name(struct elf_binary *elf, const char *symbol) in elf_sym_by_name()
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actypes.h | 254 #define ACPI_EXPORT_SYMBOL(symbol) argument
|
Completed in 21 milliseconds