Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/musl/include/
Delf.h401 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
402 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/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.h617 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
620 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)