/linux-4.1.27/scripts/genksyms/ |
D | genksyms.h | 44 struct symbol { struct 45 struct symbol *hash_next; argument 47 enum symbol_type type; argument 49 struct symbol *expansion_trail; argument 50 struct symbol *visited; argument 53 enum symbol_status status; argument 64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 128 typedef struct symbol { struct 145 symbol_t *symbol; argument 151 symbol_t *symbol; member
|
D | aicasm_gram.y | 454 symbol_t *symbol; variable 700 symbol_t *symbol; variable 1473 initialize_symbol(symbol_t *symbol) in initialize_symbol() 1630 symbol_t *symbol = *p_symbol; in process_register() local 1824 test_readable_symbol(symbol_t *symbol) in test_readable_symbol() 1841 test_writable_symbol(symbol_t *symbol) in test_writable_symbol() 1860 symbol_t *symbol = sym->symbol; in type_check() local 1924 add_conditional(symbol_t *symbol) in add_conditional()
|
D | aicasm_symbol.c | 85 symbol_delete(symbol_t *symbol) in symbol_delete() 226 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 24 def create_event(name, comm, dso, symbol, raw_buf): argument 36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 84 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.h | 75 struct symbol { struct 76 struct symbol *next; argument 78 enum symbol_type type; argument 79 struct symbol_value curr; argument 80 struct symbol_value def[S_DEF_COUNT]; argument 90 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
|
D | zconf.y | 40 struct symbol *symbol; member
|
D | symbol.c | 800 struct symbol *symbol; in sym_lookup() local 841 struct symbol *symbol = NULL; in sym_find() local
|
D | expr.c | 1055 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
|
D | zconf.tab.c | 181 struct symbol *symbol; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sim.h | 20 #define save_static_function(symbol) \ argument 48 #define save_static_function(symbol) \ argument
|
D | asm.h | 52 #define LEAF(symbol) \ argument 62 #define NESTED(symbol, framesize, rpc) \ argument 79 #define EXPORT(symbol) \ argument 86 #define FEXPORT(symbol) \ argument 94 #define ABS(symbol,value) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | symbol.h | 51 struct symbol { struct 61 void symbol__delete(struct symbol *sym); argument
|
D | parse-events.h | 46 char *symbol; member 121 const char *symbol; member
|
D | probe-event.h | 13 char *symbol; /* Base symbol */ member
|
D | probe-finder.c | 601 const char *symbol; in convert_to_trace_point() local
|
D | probe-event.c | 2013 char *symbol; member
|
/linux-4.1.27/tools/build/feature/ |
D | test-cplus-demangle.c | 6 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
D | test-libbfd.c | 7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 158 struct symbol { struct 159 struct symbol *next; argument 164 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument 165 unsigned int kernel:1; /* 1 if symbol is from kernel argument 167 unsigned int preloaded:1; /* 1 if symbol from Module.symvers, or crc */ argument 172 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument 2343 struct symbol *symbol; in write_dump() local
|
D | file2alias.c | 1196 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()
|
/linux-4.1.27/scripts/ |
D | kallsyms.c | 426 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol() 435 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol() 595 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | syscall.c | 35 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | pm.c | 184 static unsigned long __init avr32_pm_offset(void *symbol) in avr32_pm_offset()
|
/linux-4.1.27/tools/perf/tests/ |
D | dwarf-unwind.c | 39 char *symbol = entry->sym ? entry->sym->name : NULL; in unwind_entry() local
|
/linux-4.1.27/kernel/trace/ |
D | trace_kprobe.c | 34 const char *symbol; /* symbol name */ member 88 char *symbol; member 278 const char *symbol, in alloc_trace_kprobe() 612 char *symbol = NULL, *event = NULL, *group = NULL; in create_trace_kprobe() local
|
D | trace_probe.c | 296 int traceprobe_split_symbol_offset(char *symbol, unsigned long *offset) in traceprobe_split_symbol_offset()
|
/linux-4.1.27/fs/jffs2/ |
D | compr_rubin.c | 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() 204 int symbol; in decode() local
|
/linux-4.1.27/include/linux/ |
D | sh_intc.h | 119 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \ argument 127 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \ argument
|
D | compiler-gcc.h | 83 #define __alias(symbol) __attribute__((alias(#symbol))) argument
|
/linux-4.1.27/lib/xz/ |
D | xz_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
|
/linux-4.1.27/drivers/scsi/ |
D | 53c700.h | 423 #define script_patch_32(dev, script, symbol, value) \ argument 435 #define script_patch_32_abs(dev, script, symbol, value) \ argument 447 #define script_patch_ID(dev, script, symbol, value) \ argument 461 #define script_patch_16(dev, script, symbol, value) \ argument
|
/linux-4.1.27/include/acpi/platform/ |
D | aclinux.h | 121 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
/linux-4.1.27/drivers/media/rc/ |
D | st_rc.c | 98 unsigned int symbol, mark = 0; in st_rc_rx_interrupt() local
|
/linux-4.1.27/lib/ |
D | decompress_unlzma.c | 174 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) in rc_get_bit() 201 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_helper.c | 318 nf_ct_helper_expectfn_find_by_symbol(const void *symbol) in nf_ct_helper_expectfn_find_by_symbol()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | head.S | 39 #define LOAD_SYMBOL_2_GPR(gpr,symbol) \ argument
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1044 lpfc_vport_symbolic_port_name(struct lpfc_vport *vport, char *symbol, in lpfc_vport_symbolic_port_name() 1069 lpfc_vport_symbolic_node_name(struct lpfc_vport *vport, char *symbol, in lpfc_vport_symbolic_node_name()
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | dsp_spos.c | 200 struct dsp_symbol_entry * symbol = NULL; in add_symbol() local 621 struct dsp_symbol_entry * symbol; in cs46xx_dsp_proc_parameter_dump_read() local
|
D | dsp_spos_scb_lib.c | 44 static void remove_symbol (struct snd_cs46xx * chip, struct dsp_symbol_entry * symbol) in remove_symbol()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | suspend.c | 267 #define EXYNOS_PMU_IRQ(symbol, name) OF_DECLARE_2(irqchip, symbol, name, exynos_pmu_irq_init) argument
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 219 struct symbol *symbol; in perf_top__show_details() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf110.c | 986 const u32 symbol = 100000; in gf110_disp_intr_unk2_2_tu() local
|
D | nv50.c | 1644 const u32 symbol = 100000; in nv50_disp_intr_unk20_2_dp() local
|
/linux-4.1.27/include/acpi/ |
D | actypes.h | 331 #define ACPI_EXPORT_SYMBOL_INIT(symbol) argument 335 #define ACPI_EXPORT_SYMBOL(symbol) argument
|
/linux-4.1.27/arch/mips/mm/ |
D | tlbex.c | 260 static inline void dump_handler(const char *symbol, const u32 *handler, int count) in dump_handler()
|
/linux-4.1.27/kernel/ |
D | module.c | 891 void __symbol_put(const char *symbol) in __symbol_put() 1887 void *__symbol_get(const char *symbol) in __symbol_get()
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 502 char symbol = '\0'; in kdbgetaddrarg() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 306 struct print_arg_symbol symbol; member
|