Home
last modified time | relevance | path

Searched refs:Elf32_Sword (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Delf32.h41 typedef int32_t Elf32_Sword; typedef
49 typedef Elf32_Sword Elf32_Ssize;
122 Elf32_Sword d_tag; /* Entry type. */
143 Elf32_Sword r_addend; /* Addend. */
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h56 typedef Elf32_Sword Sxword;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h34 using Elf32_Sword = int32_t; variable
1385 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
1530 Elf32_Sword d_tag; // Type of dynamic table entry.
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c153 Elf32_Sword addend; in reloc_nonplt_object()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2321 typedef int32_t Elf32_Sword; /* Signed integer. */ typedef
2379 Elf32_Sword d_tag; /* Type of entry. */
2843 Elf32_Sword r_addend; /* constant addend */
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4551 #define SWAP_SWORD(X) _SWAP_WORD(X, Elf32_Sword)
668 #define READ_SWORD(P,X) _READ_WORD(P, X, Elf32_Sword)