Home
last modified time | relevance | path

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

/DragonStub/inc/
H A Delf.h618 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
621 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)