Home
last modified time | relevance | path

Searched refs:ELF32_ST_INFO (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/include/
Delf.h491 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
495 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/third_party/musl/porting/uniproton/kernel/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/third_party/musl/include/
Delf.h495 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
499 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/third_party/elfutils/libelf/
Delf.h576 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))