Lines Matching defs:kconfig
496 #define KCONFIG_SEC ".kconfig"
521 * .data*, .bss, .kconfig) and preserves their original ELF section
670 char *kconfig;
1649 * name is '.kconfig', we'll still have entirety of '.kconfig' added
1652 * name will be "my_obje.kconfig".
2151 ".kconfig", obj->efile.symbols_shndx,
3047 /* Extern-backing datasecs (.ksyms, .kconfig) have their size and
4343 /* for kcfg externs calculate their offsets within a .kconfig map */
5489 /* Freeze .rodata and .kconfig map as read-only from syscall side. */
5729 * (.rodata, .data, .kconfig, etc); later on, during program
7822 const char *obj_name, *kconfig, *btf_tmp_path;
7882 kconfig = OPTS_GET(opts, kconfig, NULL);
7883 if (kconfig) {
7884 obj->kconfig = strdup(kconfig);
7885 if (!obj->kconfig) {
8381 err = err ? : bpf_object__resolve_externs(obj, obj->kconfig);
8899 zfree(&obj->kconfig);