Lines Matching refs:segs
762 loadmap = kzalloc(struct_size(loadmap, segs, nloads), GFP_KERNEL); in elf_fdpic_map_file()
790 seg = loadmap->segs; in elf_fdpic_map_file()
815 seg = loadmap->segs; in elf_fdpic_map_file()
836 seg = loadmap->segs; in elf_fdpic_map_file()
872 mseg = loadmap->segs; in elf_fdpic_map_file()
900 seg = loadmap->segs; in elf_fdpic_map_file()
931 seg = params->loadmap->segs; in elf_fdpic_map_file_constdisp_on_uclinux()
1018 seg = params->loadmap->segs; in elf_fdpic_map_file_by_direct_mmap()
1233 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() argument
1251 elf->e_phnum = segs; in fill_elf_fdpic_header()
1421 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument
1433 shdr4extnum->sh_info = segs; in fill_extnum_info()
1464 int segs; in elf_fdpic_core_dump() local
1507 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump()
1510 segs++; in elf_fdpic_core_dump()
1515 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1539 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1560 fill_extnum_info(elf, shdr4extnum, e_shoff, segs); in elf_fdpic_core_dump()