Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dkallsyms.c38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type() function
200 kallsyms->typetab[i] = elf_type(src + i, info); in add_kallsyms()
/linux-6.15/fs/
H A Dbinfmt_elf.c669 int elf_type = MAP_PRIVATE; in load_elf_interp() local
677 elf_type |= MAP_FIXED; in load_elf_interp()
682 eppnt, elf_prot, elf_type, total_size); in load_elf_interp()