Lines Matching refs:segs
773 seg = loadmap->segs; in elf_fdpic_map_file()
794 seg = loadmap->segs; in elf_fdpic_map_file()
819 seg = loadmap->segs; in elf_fdpic_map_file()
840 seg = loadmap->segs; in elf_fdpic_map_file()
876 mseg = loadmap->segs; in elf_fdpic_map_file()
904 seg = loadmap->segs; in elf_fdpic_map_file()
935 seg = params->loadmap->segs; in elf_fdpic_map_file_constdisp_on_uclinux()
1022 seg = params->loadmap->segs; in elf_fdpic_map_file_by_direct_mmap()
1237 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() argument
1255 elf->e_phnum = segs; in fill_elf_fdpic_header()
1425 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument
1437 shdr4extnum->sh_info = segs; in fill_extnum_info()
1468 int vma_count, segs; in elf_fdpic_core_dump() local
1516 segs = vma_count + elf_core_extra_phdrs(); in elf_fdpic_core_dump()
1519 segs++; in elf_fdpic_core_dump()
1524 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1548 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1569 fill_extnum_info(elf, shdr4extnum, e_shoff, segs); in elf_fdpic_core_dump()