Home
last modified time | relevance | path

Searched refs:GELF_ST_INFO (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c529 sym.st_info = GELF_ST_INFO(STB_WEAK, in generate_symbols()
535 sym.st_info = GELF_ST_INFO(STB_LOCAL, in generate_symbols()
540 sym.st_info = GELF_ST_INFO(STB_LOCAL, in generate_symbols()
545 sym.st_info = GELF_ST_INFO(STB_LOCAL, in generate_symbols()
551 sym.st_info = GELF_ST_INFO(STB_GLOBAL, in generate_symbols()
627 sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in generate_symbols()
868 GELF_ST_INFO(STB_LOCAL, STT_SECTION), 0, 1); in create_external_symtab()
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.h67 #define GELF_ST_INFO ELF64_ST_INFO macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c421 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf64()
438 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf64()
1600 dsym.st_info = GELF_ST_INFO(bind, in process_obj()
1686 rsym.st_info = GELF_ST_INFO(STB_WEAK, STT_FUNC); in process_obj()
H A Ddt_pid.c342 GELF_ST_INFO(STB_LOCAL, STT_FUNC); in dt_pid_per_mod()
H A Ddt_module.c1482 GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in dtrace_lookup_by_name()