Lines Matching defs:kconfig
483 #define KCONFIG_SEC ".kconfig"
508 * .data*, .bss, .kconfig) and preserves their original ELF section
643 char *kconfig;
1564 * name is '.kconfig', we'll still have entirety of '.kconfig' added
1567 * name will be "my_obje.kconfig".
2054 ".kconfig", obj->efile.symbols_shndx,
2925 /* Extern-backing datasecs (.ksyms, .kconfig) have their size and
3959 /* for kcfg externs calculate their offsets within a .kconfig map */
5084 /* Freeze .rodata and .kconfig map as read-only from syscall side. */
5326 * (.rodata, .data, .kconfig, etc); later on, during program
7379 const char *obj_name, *kconfig, *btf_tmp_path;
7437 kconfig = OPTS_GET(opts, kconfig, NULL);
7438 if (kconfig) {
7439 obj->kconfig = strdup(kconfig);
7440 if (!obj->kconfig) {
7936 err = err ? : bpf_object__resolve_externs(obj, obj->kconfig);
8454 zfree(&obj->kconfig);