Home
last modified time | relevance | path

Searched refs:Rela (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/sys/
HDelf_generic.h68 __ElfType(Rela);
/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_align.c75 [ELF_T_RELA] = MALIGN(Rela),
HDelf_types.m452 `RELA, Rela',
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h305 const Elf_Rela *getRela(DataRefImpl Rela) const;
732 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() argument
733 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
734 return EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b >> 1); in getRela()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDelf.h42 __sElfN(Rela);
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp728 typename ELFO::Elf_Rela Rela; in printRelocations() local
729 Rela.r_offset = RI->r_offset; in printRelocations()
730 Rela.r_info = RI->r_info; in printRelocations()
731 Rela.r_addend = 0; in printRelocations()
732 printRelocation(Sec, Rela); in printRelocations()
/NextBSD/contrib/binutils/bfd/doc/
HDbfdint.texi1581 If the format should use @samp{Rel} rather than @samp{Rela} relocations,
1585 In the absence of a supplement, it's easier to work with @samp{Rela}
1586 relocations. @samp{Rela} relocations will require more space in object
1589 using @samp{Rela} relocations. With @samp{Rel} relocations, the addend
1607 @samp{Rela} relocations for a single target; @file{elf64-mips.c} does it
1618 If using @samp{Rela} relocations, define @samp{elf_info_to_howto}.
1620 takes an @samp{arelent} and a @samp{Rel} or @samp{Rela} structure, and
1622 @samp{Rel} or @samp{Rela} structure. This is normally uses
/NextBSD/contrib/binutils/include/elf/
HDChangeLog-91031935 * external.h: added Elf_External_{Rel,Rela}.
1937 * internal.h: added Elf_Internal_{Rel,Rela}.
/NextBSD/contrib/binutils/binutils/
HDreadelf.c4159 CHECK_ENTSIZE (section, i, Rela); in process_section_headers()
/NextBSD/contrib/binutils/bfd/
HDChangeLog-96971683 to sizeof Rela structure, not sizeof Rel structure. From Gary
HDChangeLog-00014653 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.