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

/external/elfutils/src/
H A Dxelf.h119 # define XELF_ST_VISIBILITY(info) ELF32_ST_VISIBILITY (info)
/external/elfutils/libelf/
H A Delf.h471 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
474 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)

Completed in 29 milliseconds