/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/x86_64/ |
A D | _glibc_inc.h | 9 #define ENTRY(sym) \ argument 14 #define BP_SYM(sym) sym argument 16 #define L(sym) LOC(sym) argument 17 #define LOC(sym) \ argument 20 #define END(sym) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/ |
A D | _glibc_inc.h | 17 #define ENTRY(sym) \ argument 23 #define LOC(sym) \ argument 26 #define END(sym) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | symbol.c | 47 struct symbol *sym; in sym_init() local 292 void sym_calc_value(struct symbol *sym) in sym_calc_value() 443 struct symbol *sym; in sym_clear_all_valid() local 466 struct symbol *sym; in sym_set_all_changed() local 883 struct symbol *sym; in sym_expand_string_value() local 958 struct symbol *sym; member 1062 struct symbol *sym; member 1092 struct symbol *sym, *next_sym; in sym_check_print_recursive() local 1163 struct symbol *sym; in sym_check_expr_deps() local 1228 struct symbol *sym, *sym2; in sym_check_choice_deps() local [all …]
|
A D | zconf.y | 144 struct symbol *sym = sym_lookup($2, 0); variable 158 struct symbol *sym = sym_lookup($2, 0); variable 244 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 489 struct symbol *sym; variable 517 for_all_symbols(i, sym) { in for_all_symbols() argument 608 struct symbol *sym = menu->sym; in print_symbol() local 691 struct symbol *sym; in zconfdump() local
|
A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 114 struct symbol *sym = current_entry->sym; in menu_set_type() local 193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 219 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 225 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 278 struct symbol *sym; in menu_finalize() local 465 struct symbol *sym; in menu_is_visible() local 599 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 611 void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 665 struct symbol *sym; in get_relations_str() local [all …]
|
A D | confdata.c | 80 struct symbol *sym; in conf_expand_value() local 246 struct symbol *sym; in conf_read_simple() local 404 struct symbol *sym; in conf_read() local 618 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 659 struct symbol *sym; in conf_write_defconfig() local 733 struct symbol *sym; in conf_write() local 837 struct symbol *sym; in conf_split_config() local 951 struct symbol *sym; in conf_write_autoconf() local 1063 struct symbol *sym; in randomize_choice_values() local 1111 struct symbol *sym; in set_all_choice_values() local [all …]
|
A D | lkc.h | 161 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 167 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 177 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 182 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 187 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 192 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
A D | conf.c | 84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 135 struct symbol *sym = menu->sym; in conf_string() local 168 struct symbol *sym = menu->sym; in conf_sym() local 237 struct symbol *sym, *def_sym; in conf_choice() local 356 struct symbol *sym; in conf() local 422 struct symbol *sym; in check_conf() local
|
A D | expr.h | 37 struct symbol *sym; member 88 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 141 struct symbol *sym; /* the symbol for which the property is associated */ member 153 #define for_all_properties(sym, st, tok) \ argument 156 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 157 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 158 #define for_all_prompts(sym, st) \ argument 166 struct symbol *sym; member
|
A D | expr.c | 14 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 773 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 797 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1125 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1135 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
A D | qconf.cc | 118 struct symbol* sym; in updateMenu() local 487 struct symbol* sym; in setValue() local 512 struct symbol* sym; in changeValue() local 1013 struct symbol* sym; in menuInfo() local 1067 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1152 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/ |
A D | _math_inc.h | 22 #define ENTRY(sym) \ argument 28 #define LOC(sym) \ argument 31 #define END(sym) \ argument
|
A D | qp_ops.c | 13 # define fakedef(sym) strong_alias(fakedef, _Qp_##sym) argument 15 # define fakedef(sym) strong_alias(fakedef, _Q_##sym) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/ |
A D | sysdep.h | 16 #define ENTRY(sym) .global sym; .type sym, STT_FUNC; sym: argument 17 #define ENDPROC(sym) .size sym, . - sym argument
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/powerpc/ |
A D | dl-tls.h | 36 #define TLS_TPREL_VALUE(sym_map, sym, reloc) \ argument 41 #define TLS_DTPREL_VALUE(sym, reloc) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/powerpc/ |
A D | dl-tls.h | 35 #define TLS_TPREL_VALUE(sym_map, sym, reloc) \ argument 40 #define TLS_DTPREL_VALUE(sym, reloc) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | sysdep.h | 56 #define PSEUDO_END(sym) .end sym; .size sym,.-sym argument 66 #define PSEUDO_END_NOERRNO(sym) .end sym; .size sym,.-sym argument 78 #define PSEUDO_END_ERRVAL(sym) .end sym; .size sym,.-sym argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/x86_64/ |
A D | dl-startup.h | 45 void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, ElfW(Addr) *reloc_addr, in PERFORM_BOOTSTRAP_RELOC()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/mips/ |
A D | sysdep-cancel.h | 96 # define PSEUDO_END(sym) cfi_endproc; .end sym; .size sym,.-sym argument 149 # define PSEUDO_JMP(sym) la t9, sym; jalr t9; argument 151 # define PSEUDO_JMP(sym) jal sym; argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | dl-sysdep.h | 65 #define ELF64_MIPS_R_INFO(sym, type) \ argument 91 #define ELF64_R_INFO(sym, type) ELF64_MIPS_R_INFO ((sym), (type)) argument 116 #define ARCH_SKIP_RELOC(type_class, sym) \ argument
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loadlib.c | 141 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 217 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 252 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 390 static int lookforfunc (lua_State *L, const char *path, const char *sym) { in lookforfunc()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/ |
A D | sysdep-cancel.h | 88 # define PSEUDO_END(sym) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-debug.c | 85 const char *sym; in debug_reloc() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep-cancel.h | 89 # define PSEUDO_END(sym) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/ |
A D | sysdep-cancel.h | 71 # define PSEUDO_END(sym) \ argument
|