Searched refs:ELF32_ST_INFO (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 237 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1); in create_elf_from_binary() 240 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1); in create_elf_from_binary() 243 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1); in create_elf_from_binary()
|
H A D | ascii.c | 349 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1); in create_elf_from_srec()
|
H A D | symbols.c | 851 ELF32_ST_INFO(STB_LOCAL, STT_NOTYPE), 0, 1); in create_external_symtab()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
H A D | cfi.cpp | 269 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC) || in find_cfi_check_in_dso() 270 p->st_info == ELF32_ST_INFO(STB_WEAK, STT_FUNC)); in find_cfi_check_in_dso()
|
/freebsd/sys/sys/ |
H A D | elf32.h | 211 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 238 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf32() 255 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf32()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2806 #define ELF32_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro
|