Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/solarish/
Dx86.rs4 pub type Elf32_Sword = ::c_long; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h35 typedef int32_t Elf32_Sword; typedef
940 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
1071 Elf32_Sword d_tag; // Type of dynamic table entry.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h32 using Elf32_Sword = int32_t; variable
1105 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
1234 Elf32_Sword d_tag; // Type of dynamic table entry.
/third_party/elfutils/libdw/
Dencoded-value.h184 value = (Dwarf_Sword) (Elf32_Sword) value; /* Sign-extend. */ in read_encoded_value()
/third_party/musl/porting/linux/user/include/
Delf.h14 typedef int32_t Elf32_Sword; typedef
549 Elf32_Sword r_addend;
707 Elf32_Sword d_tag;
824 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1462 Elf32_Sword ri_gp_value;
/third_party/musl/porting/uniproton/kernel/include/
Delf.h14 typedef int32_t Elf32_Sword; typedef
548 Elf32_Sword r_addend;
702 Elf32_Sword d_tag;
816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1454 Elf32_Sword ri_gp_value;
/third_party/musl/include/
Delf.h14 typedef int32_t Elf32_Sword; typedef
553 Elf32_Sword r_addend;
712 Elf32_Sword d_tag;
833 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1472 Elf32_Sword ri_gp_value;
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h14 typedef int32_t Elf32_Sword; typedef
548 Elf32_Sword r_addend;
702 Elf32_Sword d_tag;
816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1454 Elf32_Sword ri_gp_value;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h14 typedef int32_t Elf32_Sword; typedef
548 Elf32_Sword r_addend;
702 Elf32_Sword d_tag;
816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1454 Elf32_Sword ri_gp_value;
/third_party/elfutils/tests/
Dalldts.c45 const Elf32_Sword dtflags[] = in main()
/third_party/elfutils/libelf/
Delf.h32 typedef int32_t Elf32_Sword; typedef
658 Elf32_Sword r_addend; /* Addend */
853 Elf32_Sword d_tag; /* Dynamic entry type */
981 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
1811 Elf32_Sword ri_gp_value; /* $gp register value. */
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp68 #define Elf32_Sword Elf_Sword macro
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt202 Elf32_Sword
Ddragonfly.txt284 Elf32_Sword
Dnetbsd.txt329 Elf32_Sword
Dfreebsd.txt320 Elf32_Sword
/third_party/elfio/elfio/
Delf_types.hpp45 using Elf32_Sword = Elf_Sword; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs24 pub type Elf32_Sword = i32; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs26 pub type Elf32_Sword = i32; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs41 pub type Elf32_Sword = i32; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs24 pub type Elf32_Sword = i32; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs27 pub type Elf32_Sword = i32; typedef