Home
last modified time | relevance | path

Searched refs:Elf64_Off (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c11 typedef uint64_t Elf64_Off; typedef
15 Elf64_Off p_offset;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h36 using Elf64_Off = uint64_t; variable
93 Elf64_Off e_phoff;
94 Elf64_Off e_shoff;
950 Elf64_Off sh_offset;
1347 Elf64_Off p_offset; // File offset where segment is located, in bytes
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp162 Elf64_Off EntriesOffset = 0; in __tgt_rtl_load_binary()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1439 const Elf64_Off offset = sheader.sh_offset; in GetSectionHeaderInfo()