Home
last modified time | relevance | path

Searched refs:SHT_NUM (Results 1 – 9 of 9) sorted by relevance

/third_party/elfutils/libelf/
Delf_getdata.c45 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
48 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \
Delf.h448 #define SHT_NUM 20 /* Number of defined types. */ macro
DChangeLog1223 * elf-knowledge.h (SECTION_STRIP_P): Remove < SHT_NUM check.
/third_party/musl/include/
Delf.h390 #define SHT_NUM 20 macro
392 #define SHT_NUM 19 macro
/third_party/musl/porting/linux/user/include/
Delf.h389 #define SHT_NUM 20 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h388 #define SHT_NUM 19 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h388 #define SHT_NUM 19 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h388 #define SHT_NUM 19 macro
/third_party/elfutils/src/
Delflint.c3917 if (shdr->sh_type >= SHT_NUM in check_sections()