Searched refs:ELF32_ST_INFO (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 492 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro 496 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 490 #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/ |
H A D | elf.h | 490 #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/uniproton/kernel/include/ |
H A D | elf.h | 490 #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/ |
H A D | elf.h | 498 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro 502 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 576 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro 581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
Completed in 59 milliseconds