Home
last modified time | relevance | path

Searched refs:Elf64_Rel (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_rel.c45 Elf64_Rel *rel64; in gelf_getrel()
90 rel64 = (Elf64_Rel *) d->d_data.d_buf + ndx; in gelf_getrel()
110 Elf64_Rel *rel64; in gelf_update_rel()
159 rel64 = (Elf64_Rel *) d->d_data.d_buf + ndx; in gelf_update_rel()
H A Dgelf.h48 typedef Elf64_Rel GElf_Rel; /* Relocation entries */
H A Delf_types.m4178 DEFINE_STRUCT(`Elf64_Rel',
/freebsd/sys/sys/
H A Delf64.h146 } Elf64_Rel; typedef
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c327 unit = drs->drs_addend ? sizeof(Elf64_Rela) : sizeof(Elf64_Rel); in _dwarf_reloc_section_finalize()
/freebsd/usr.bin/elfdump/
H A Delfdump.c166 offsetof(Elf64_Rel, r_offset), offsetof(Elf64_Rel, r_info),
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1402 struct Elf64_Rel { struct
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp699 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c696 Elf64_Rel *rel64; in filter_reloc()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2849 } Elf64_Rel; typedef