Home
last modified time | relevance | path

Searched refs:nphdr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/proc/
H A Dkcore.c90 static size_t get_kcore_size(int *nphdr, size_t *phdrs_len, size_t *notes_len, in get_kcore_size() argument
96 *nphdr = 1; /* PT_NOTE */ in get_kcore_size()
103 *nphdr = *nphdr + 1; in get_kcore_size()
106 *phdrs_len = *nphdr * sizeof(struct elf_phdr); in get_kcore_size()
259 int nphdr; in kcore_update_ram() local
282 proc_root_kcore->size = get_kcore_size(&nphdr, &phdrs_len, &notes_len, in kcore_update_ram()
320 int nphdr; in read_kcore_iter() local
333 get_kcore_size(&nphdr, &phdrs_len, &notes_len, &data_offset); in read_kcore_iter()
357 .e_phnum = nphdr, in read_kcore_iter()