Home
last modified time | relevance | path

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

/external/u-boot/include/
Delf.h370 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro
/external/kmod/port-gnu/
Delf.h507 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
510 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/external/elfutils/libelf/
Delf.h619 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
622 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)