Searched refs:SHT_SYMTAB (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl_helper.c39 if (grub_le_to_cpu32 (s->sh_type) == SHT_SYMTAB)
H A Ddl.c180 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h75 #define SHT_SYMTAB 2 /* symbol table section */ macro
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c55 if (s->sh_type == SHT_SYMTAB)
111 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Ddl.c53 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Ddl.c54 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/kern/x86_64/
H A Ddl.c53 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c192 if (s->sh_type == SHT_SYMTAB)
229 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c302 if (s->sh_type == SHT_SYMTAB)
418 if (s->sh_type == SHT_SYMTAB)
528 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c68 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/lib/libctf/common/
H A Dctf_lib.c356 } else if (shp->sh_type == SHT_SYMTAB) {
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c396 shdr[SYMTAB_SECTION].sh_type = SHT_SYMTAB;
H A Dgrub-mkimagexx.c989 if (s->sh_type == grub_host_to_target32 (SHT_SYMTAB))
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c347 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c1784 if (shp->sh_type == SHT_SYMTAB || shp->sh_type == SHT_DYNSYM) {
1785 sym_tbl_t *symp = shp->sh_type == SHT_SYMTAB ?
1840 cache[shp->sh_link].c_shdr.sh_type != SHT_SYMTAB)) {
H A DPcore.c875 b->shdr[1].sh_type = SHT_SYMTAB;
941 b->shdr[1].sh_type = SHT_SYMTAB;
H A DPgcore.c672 uint_t symtype = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c530 shp->sh_type = SHT_SYMTAB;
667 shp->sh_type = SHT_SYMTAB;
H A Ddt_module.c523 dmp->dm_symtab.cts_type = SHT_SYMTAB;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h308 #define SHT_SYMTAB 2 /* Symbol table */ macro

Completed in 90 milliseconds