Lines Matching defs:kconfig
525 #define KCONFIG_SEC ".kconfig"
551 * .data*, .bss, .kconfig) and preserves their original ELF section
696 char *kconfig;
1856 * name is '.kconfig', we'll still have entirety of '.kconfig' added
1859 * name will be "my_obje.kconfig".
2359 ".kconfig", obj->efile.symbols_shndx,
3339 /* Extern-backing datasecs (.ksyms, .kconfig) have their size and
4400 /* for kcfg externs calculate their offsets within a .kconfig map */
5213 /* Freeze .rodata and .kconfig map as read-only from syscall side. */
5513 * (.rodata, .data, .kconfig, etc); later on, during program
8046 const char *kconfig, *btf_tmp_path, *token_path;
8120 kconfig = OPTS_GET(opts, kconfig, NULL);
8121 if (kconfig) {
8122 obj->kconfig = strdup(kconfig);
8123 if (!obj->kconfig) {
8666 err = err ? : bpf_object__resolve_externs(obj, obj->kconfig);
9209 zfree(&obj->kconfig);