Searched refs:Rela (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | elf_generic.h | 68 __ElfType(Rela);
|
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | libelf_align.c | 75 [ELF_T_RELA] = MALIGN(Rela),
|
| HD | elf_types.m4 | 52 `RELA, Rela',
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ELFObjectFile.h | 305 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/ |
| HD | elf.h | 42 __sElfN(Rela);
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 728 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/ |
| HD | bfdint.texi | 1581 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/ |
| HD | ChangeLog-9103 | 1935 * external.h: added Elf_External_{Rel,Rela}. 1937 * internal.h: added Elf_Internal_{Rel,Rela}.
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 4159 CHECK_ENTSIZE (section, i, Rela); in process_section_headers()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-9697 | 1683 to sizeof Rela structure, not sizeof Rel structure. From Gary
|
| HD | ChangeLog-0001 | 4653 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
|