Searched refs:STB_GLOBAL (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h139 #define STB_GLOBAL 1 macro
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c236 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC);
253 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT);
408 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC);
425 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
727 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL)
1386 dsym.st_info = GELF_ST_INFO(STB_GLOBAL,
H A Ddt_module.c1066 GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c352 bind = STB_GLOBAL;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h428 #define STB_GLOBAL 1 /* Global symbol */ macro

Completed in 48 milliseconds