Searched defs:symbol (Results 1 – 12 of 12) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | expr.h | 83 struct symbol { struct 85 struct symbol *next; argument 91 enum symbol_type type; argument 94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument 98 struct symbol_value curr; argument 104 struct symbol_value def[S_DEF_COUNT]; argument 136 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
|
A D | parser.y | 38 struct symbol *symbol; member
|
A D | expr.c | 1133 void (*fn)(void *, struct symbol *, const char *), in expr_print() 1275 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
|
A D | symbol.c | 804 struct symbol *symbol; in sym_lookup() local 845 struct symbol *symbol = NULL; in sym_find() local
|
/xen/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/xen/include/acpi/platform/ |
A D | aclinux.h | 66 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
/xen/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/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/xen/common/ |
A D | unlzma.c | 168 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) in rc_get_bit() 195 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode()
|
/xen/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/xen/include/acpi/ |
A D | actypes.h | 254 #define ACPI_EXPORT_SYMBOL(symbol) argument
|
Completed in 22 milliseconds