Home
last modified time | relevance | path

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

12

/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,
138 AT_PHENT => assert_eq!(a_val as usize, size_of::<Elf_Phdr>()), in init_from_auxp()
H A Dauxv.rs25 AT_BASE, AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT,
213 AT_PHENT => phent = a_val as usize, in init_from_auxp()
/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()
/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.c107 size_t phentsize = aux[AT_PHENT]; in _dlstart_c()
H A Ddynlink.c1882 app.phentsize = aux[AT_PHENT];
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.rs272 pub const AT_PHENT: ::c_ulong = 4; consts
/third_party/elfutils/libdwfl/
H A Dlink_map.c39 #define PROBE_TYPE AT_PHENT
757 else if (type == BL##NN (AT_PHENT)) \ in dwfl_link_map_report()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1785 app.phentsize = aux[AT_PHENT]; 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.c1784 app.phentsize = aux[AT_PHENT]; 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.hpp1065 constexpr Elf_Word AT_PHENT = 4; // Size of program header entry member
/third_party/musl/porting/linux/user/include/
H A Delf.h993 #define AT_PHENT 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h984 #define AT_PHENT 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h984 #define AT_PHENT 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h984 #define AT_PHENT 4 macro
/third_party/musl/include/
H A Delf.h1019 #define AT_PHENT 4 macro
/third_party/elfutils/libelf/
H A Delf.h1186 #define AT_PHENT 4 /* Size of program header entry */ macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1346 pub const AT_PHENT: ::c_int = 4; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2914 app.phentsize = aux[AT_PHENT]; 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.c3149 app.phentsize = aux[AT_PHENT]; 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.rs151 pub const AT_PHENT: u32 = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1564 pub const AT_PHENT: ::c_ulong = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3041 pub const AT_PHENT: ::c_int = 4; consts

Completed in 130 milliseconds

12