Home
last modified time | relevance | path

Searched refs:Elf64_Sxword (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Delf64.h42 typedef int64_t Elf64_Sxword; typedef
58 typedef Elf64_Sxword Elf64_Ssize;
131 Elf64_Sxword d_tag; /* Entry type. */
152 Elf64_Sxword r_addend; /* Addend. */
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h59 typedef Elf64_Sxword Sxword;
76 #define EC_SXWORD(a) ((Elf64_Sxword)(a)) /* "ll" */
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.h38 typedef Elf64_Sxword GElf_Sxword; /* Signed long words (64 bit) */
H A Dgelf_rela.c87 dst->r_addend = (Elf64_Sxword) rela32->r_addend; in gelf_getrela()
H A Dlibelf_convert.m4568 #define SWAP_SXWORD(X) _SWAP_WORD64(X, Elf64_Sxword)
689 #define READ_SXWORD(P,X) _READ_WORD64(P, X, Elf64_Sxword)
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h42 using Elf64_Sxword = int64_t; variable
1421 Elf64_Sxword r_addend; // Compute value for relocatable field by adding this.
1539 Elf64_Sxword d_tag; // Type of dynamic table entry.
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2334 typedef int64_t Elf64_Sxword; /* Signed long integer. */ typedef
2388 Elf64_Sxword d_tag; /* Type of entry. */
2854 Elf64_Sxword r_addend; /* constant addend */