Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libelf/
Dgelf.h69 #define GELF_ST_VISIBILITY ELF64_ST_VISIBILITY macro
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dsymbols.c142 if (GELF_ST_VISIBILITY(st_other) == STV_HIDDEN || in is_hidden_symbol()
143 GELF_ST_VISIBILITY(st_other) == STV_INTERNAL) in is_hidden_symbol()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c1525 GELF_ST_VISIBILITY(STV_HIDDEN); in process_obj()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c3253 printf(" %-8s", st_vis(GELF_ST_VISIBILITY(sym.st_other))); in dump_symtab()