Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
Dparser.y248 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
509 struct symbol *sym; variable
534 for_all_symbols(i, sym) { in for_all_symbols() argument
611 struct symbol *sym = menu->sym; in print_symbol() local
703 struct symbol *sym; in zconfdump() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dlinux_pkt.c668 char sym[KSYM_SYMBOL_LEN]; in osl_pkt_orphan_partial() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) argument
565 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) argument
1110 #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size)) argument
1114 #define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size) argument