Home
last modified time | relevance | path

Searched refs:phent (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dlink_map.c735 GElf_Xword phent = 0; in dwfl_link_map_report()
758 phent = val; \ in dwfl_link_map_report()
791 && ((elfclass == ELFCLASS32 && phent == sizeof (Elf32_Phdr)) in dwfl_link_map_report()
792 || (elfclass == ELFCLASS64 && phent == sizeof (Elf64_Phdr)))) in dwfl_link_map_report()
800 .d_size = phnum * phent, in dwfl_link_map_report()
804 &in.d_size, phdr, phnum * phent, in dwfl_link_map_report()
843 if (e_phnum != phnum || ehdr->e_phentsize != phent) in dwfl_link_map_report()
855 if (unlikely (phnum > SIZE_MAX / phent)) in dwfl_link_map_report()
860 in.d_size = phnum * phent; in dwfl_link_map_report()
883 if (unlikely (phnum > SIZE_MAX / phent)) in dwfl_link_map_report()
731 GElf_Xword phent = 0; dwfl_link_map_report() local
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs201 let mut phent = 0; in init_from_auxp() variables
213 AT_PHENT => phent = a_val as usize, in init_from_auxp()
223 assert_eq!(phent, size_of::<Elf_Phdr>()); in init_from_auxp()
/third_party/musl/ldso/
H A Ddlstart.c59 size_t phent = eh->e_phentsize; in _dlstart_c() local
61 ph = (void *)((size_t)ph + phent); in _dlstart_c()

Completed in 3 milliseconds