Home
last modified time | relevance | path

Searched refs:elf_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/module/
H A Dkallsyms.c38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type() function
204 rcu_dereference(mod->kallsyms)->typetab[i] = elf_type(src + i, info); in add_kallsyms()
/openbmc/linux/fs/
H A Dbinfmt_elf.c625 int elf_type = MAP_PRIVATE; in load_elf_interp() local
633 elf_type |= MAP_FIXED; in load_elf_interp()
638 eppnt, elf_prot, elf_type, total_size); in load_elf_interp()