Lines Matching refs:segs
770 seg = loadmap->segs; in elf_fdpic_map_file()
791 seg = loadmap->segs; in elf_fdpic_map_file()
816 seg = loadmap->segs; in elf_fdpic_map_file()
837 seg = loadmap->segs; in elf_fdpic_map_file()
873 mseg = loadmap->segs; in elf_fdpic_map_file()
901 seg = loadmap->segs; in elf_fdpic_map_file()
932 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()
1252 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() argument
1270 elf->e_phnum = segs; in fill_elf_fdpic_header()
1439 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument
1451 shdr4extnum->sh_info = segs; in fill_extnum_info()
1482 int vma_count, segs; in elf_fdpic_core_dump() local
1530 segs = vma_count + elf_core_extra_phdrs(); in elf_fdpic_core_dump()
1533 segs++; in elf_fdpic_core_dump()
1538 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1562 offset += segs * sizeof(struct elf_phdr); /* Program headers */ in elf_fdpic_core_dump()
1583 fill_extnum_info(elf, shdr4extnum, e_shoff, segs); in elf_fdpic_core_dump()