Home
last modified time | relevance | path

Searched refs:loadmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/
H A Dbinfmt_elf_fdpic.c764 loadmap = kzalloc(struct_size(loadmap, segs, nloads), GFP_KERNEL); in elf_fdpic_map_file()
765 if (!loadmap) in elf_fdpic_map_file()
768 params->loadmap = loadmap; in elf_fdpic_map_file()
771 loadmap->nsegs = nloads; in elf_fdpic_map_file()
792 seg = loadmap->segs; in elf_fdpic_map_file()
817 seg = loadmap->segs; in elf_fdpic_map_file()
838 seg = loadmap->segs; in elf_fdpic_map_file()
873 nloads = loadmap->nsegs; in elf_fdpic_map_file()
874 mseg = loadmap->segs; in elf_fdpic_map_file()
886 loadmap->nsegs--; in elf_fdpic_map_file()
[all …]
/linux-6.15/arch/arm/boot/
H A Dinstall.sh43 if [ -x /sbin/loadmap ]; then
44 /sbin/loadmap
/linux-6.15/include/linux/
H A Delf-fdpic.h31 struct elf_fdpic_loadmap *loadmap; /* loadmap to be passed to userspace */ member