3#ifndef _SYMS_META_ELF_H
4#define _SYMS_META_ELF_H
232#define SYMS_ElfSectionFlag_Extract_MASKOS(f) (SYMS_U8)(((f) >> SYMS_ElfSectionFlag_MASKOS_SHIFT) & SYMS_ElfSectionFlag_MASKOS_MASK)
233#define SYMS_ElfSectionFlag_Extract_MASKPROC(f) (SYMS_U8)(((f) >> SYMS_ElfSectionFlag_MASKPROC_SHIFT) & SYMS_ElfSectionFlag_MASKPROC_MASK)
float v
Definition radaudio_mdct.cpp:62
#define SYMS_API
Definition syms_base.h:29
#define SYMS_C_LINKAGE_BEGIN
Definition syms_base.h:37
#define SYMS_C_LINKAGE_END
Definition syms_base.h:38
int32_t SYMS_S32
Definition syms_crt_overrides.h:34
uint32_t SYMS_U32
Definition syms_crt_overrides.h:38
uint16_t SYMS_U16
Definition syms_crt_overrides.h:37
uint8_t SYMS_U8
Definition syms_crt_overrides.h:36