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/
H A Delf.h492 #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 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/
H A 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/uniproton/kernel/include/
H A 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/
H A Delf.h498 #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 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))

Completed in 59 milliseconds