Home
last modified time | relevance | path

Searched defs:o (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/libs/libELF/
Delf.h618 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument
621 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument