Home
last modified time | relevance | path

Searched refs:ELF32_M_SIZE (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Delf.h1118 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1122 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1109 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1113 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1109 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1113 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1109 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1113 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
/third_party/musl/include/
H A Delf.h1145 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1149 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
/third_party/elfutils/libelf/
H A Delf.h1421 #define ELF32_M_SIZE(info) ((unsigned char) (info)) macro
1425 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)

Completed in 58 milliseconds