Searched refs:segs (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | binfmt_elf_fdpic.c | 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() 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() 1300 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() argument 1318 elf->e_phnum = segs; in fill_elf_fdpic_header() [all …]
|
D | binfmt_elf.c | 1374 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() argument 1392 elf->e_phnum = segs; in fill_elf_header() 2120 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument 2132 shdr4extnum->sh_info = segs; in fill_extnum_info() 2158 int segs; in elf_core_dump() local 2189 segs = current->mm->map_count; in elf_core_dump() 2190 segs += elf_core_extra_phdrs(); in elf_core_dump() 2194 segs++; in elf_core_dump() 2197 segs++; in elf_core_dump() 2202 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_core_dump() [all …]
|
/fs/cifs/ |
D | connect.c | 541 unsigned int segs; in cifs_readv_from_socket() local 560 segs = kvec_array_init(iov, iov_orig, nr_segs, total_read); in cifs_readv_from_socket() 563 iov, segs, to_read, 0); in cifs_readv_from_socket()
|