Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h476 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
479 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)