Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
Deblsegmenttypename.c46 static const char *ptypes[PT_NUM] = in ebl_segment_type_name()
60 if (segment >= PT_NULL && segment < PT_NUM) in ebl_segment_type_name()
/third_party/elfutils/tests/
Dshowptable.c94 if (phdr->p_type >= PT_NUM) in main()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt752 PT_NUM
Dlinux.txt1866 PT_NUM
/third_party/musl/ndk_musl_include/
Delf.h601 #define PT_NUM 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h601 #define PT_NUM 8 macro
/third_party/musl/include/
Delf.h601 #define PT_NUM 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h601 #define PT_NUM 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h601 #define PT_NUM 8 macro
/third_party/musl/porting/linux/user/include/
Delf.h602 #define PT_NUM 8 macro
/third_party/elfutils/libelf/
Delf.h725 #define PT_NUM 8 /* Number of defined types */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1539 pub const PT_NUM: u32 = 8; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2674 pub const PT_NUM: u32 = 8; constant
/third_party/elfutils/src/
Delflint.c4519 if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME in check_program_header()