Home
last modified time | relevance | path

Searched refs:elf_sxword (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h48 typedef int64_t elf_sxword; typedef
277 elf_sxword d_tag; ///< Type of dynamic table entry.
349 elf_sxword r_addend; ///< Constant part of expression.
H A DObjectFileELF.cpp121 static elf_sxword RelocAddend32(const ELFRelocation &rel);
123 static elf_sxword RelocAddend64(const ELFRelocation &rel);
202 elf_sxword ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
209 elf_sxword ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64()