Home
last modified time | relevance | path

Searched defs:phdrs_end (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/runtime/
Dtls.rs36 let phdrs_end = current_phdr.cast::<u8>().add(phnum * phent).cast(); in startup_tls_info() localVariable
/aosp_15_r20/external/elfutils/libdwfl/
H A Drelocate.c604 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc877 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() local