Lines Matching refs:segs
774 seg = loadmap->segs; in elf_fdpic_map_file()
795 seg = loadmap->segs; in elf_fdpic_map_file()
820 seg = loadmap->segs; in elf_fdpic_map_file()
841 seg = loadmap->segs; in elf_fdpic_map_file()
877 mseg = loadmap->segs; in elf_fdpic_map_file()
905 seg = loadmap->segs; in elf_fdpic_map_file()
936 seg = params->loadmap->segs; in elf_fdpic_map_file_constdisp_on_uclinux()
1023 seg = params->loadmap->segs; in elf_fdpic_map_file_by_direct_mmap()
1238 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() argument
1256 elf->e_phnum = segs; in fill_elf_fdpic_header()
1426 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument
1438 shdr4extnum->sh_info = segs; in fill_extnum_info()
1469 int segs; in elf_fdpic_core_dump() local
1512 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump()
1515 segs++; in elf_fdpic_core_dump()
1520 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1544 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1565 fill_extnum_info(elf, shdr4extnum, e_shoff, segs); in elf_fdpic_core_dump()