Home
last modified time | relevance | path

Searched refs:AT_PHNUM (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c22 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) { in static_dl_iterate_phdr()
34 info.dlpi_phnum = aux[AT_PHNUM]; in static_dl_iterate_phdr()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs18 AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT, AT_PHNUM,
63 // Safety: We assume the `AT_PHDR` and `AT_PHNUM` values provided by the
137 AT_PHNUM => PHNUM = a_val as usize, in init_from_auxp()
H A Dauxv.rs26 AT_PHNUM, AT_SYSINFO_EHDR,
105 // Safety: We assume the `AT_PHDR` and `AT_PHNUM` values provided by the
212 AT_PHNUM => phnum = a_val as usize, in init_from_auxp()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c95 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) { in static_init_tls()
/third_party/musl/src/env/
H A D__init_tls.c129 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) { in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c122 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) { in static_init_tls()
/third_party/musl/ldso/
H A Ddlstart.c106 size_t phnum = aux[AT_PHNUM]; in _dlstart_c()
H A Ddynlink.c1881 app.phnum = aux[AT_PHNUM];
1883 for (i=aux[AT_PHNUM]; i; i--, phdr=(void *)((char *)phdr + aux[AT_PHENT])) {
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs273 pub const AT_PHNUM: ::c_ulong = 5; consts
/third_party/elfutils/libdwfl/
H A Dlink_map.c755 else if (type == BL##NN (AT_PHNUM)) \ in dwfl_link_map_report()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1784 app.phnum = aux[AT_PHNUM]; in __dls3()
1786 for (i=aux[AT_PHNUM]; i; i--, phdr=(void *)((char *)phdr + aux[AT_PHENT])) { in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1783 app.phnum = aux[AT_PHNUM]; in __dls3()
1785 for (i=aux[AT_PHNUM]; i; i--, phdr=(void *)((char *)phdr + aux[AT_PHENT])) { in __dls3()
/third_party/elfio/elfio/
H A Delf_types.hpp1066 constexpr Elf_Word AT_PHNUM = 5; // Number of program headers member
/third_party/musl/porting/linux/user/include/
H A Delf.h994 #define AT_PHNUM 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h985 #define AT_PHNUM 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h985 #define AT_PHNUM 5 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h985 #define AT_PHNUM 5 macro
/third_party/musl/include/
H A Delf.h1020 #define AT_PHNUM 5 macro
/third_party/elfutils/libelf/
H A Delf.h1187 #define AT_PHNUM 5 /* Number of program headers */ macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1347 pub const AT_PHNUM: ::c_int = 5; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2913 app.phnum = aux[AT_PHNUM]; in __dls3()
2915 for (i=aux[AT_PHNUM]; i; i--, phdr=(void *)((char *)phdr + aux[AT_PHENT])) { in __dls3()
/third_party/musl/ldso/linux/
H A Ddynlink.c3148 app.phnum = aux[AT_PHNUM]; in __dls3()
3150 for (i = aux[AT_PHNUM]; i; i--, phdr = (void *)((char *)phdr + aux[AT_PHENT])) { in __dls3()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs152 pub const AT_PHNUM: u32 = 5; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1565 pub const AT_PHNUM: ::c_ulong = 5; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3042 pub const AT_PHNUM: ::c_int = 5; consts

Completed in 131 milliseconds

12