Searched refs:SHT_REL (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/i386/
H A Dloadcore32.c56 if (s->sh_type == SHT_REL)
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Ddl.c64 if (s->sh_type == SHT_REL)
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c91 if (s->sh_type == SHT_REL)
129 if (s->sh_type == SHT_REL)
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c206 if (s->sh_type == SHT_REL || s->sh_type == SHT_RELA)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c299 shdr[i].sh_type = SHT_REL;
H A Dgrub-mkimagexx.c316 if ((s->sh_type == grub_host_to_target32 (SHT_REL)) ||
636 if ((s->sh_type == grub_cpu_to_le32 (SHT_REL)) ||
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c555 shp->sh_type = SHT_REL;
1106 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h315 #define SHT_REL 9 /* Relocation entries, no addends */ macro
473 /* Relocation table entry without addend (in section of type SHT_REL). */

Completed in 50 milliseconds