HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Word (Results 51 - 65 of 65) sorted by null

1 23

  /external/elfutils/src/
xelf.h 167 # define XElf_Word Elf64_Word
278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
elflint.c     [all...]
ldgeneric.c     [all...]
strip.c     [all...]
unstrip.c 911 Elf64_Word sh_type)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType,
120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL;
305 Elf64_Word ShType,
IceTargetLoweringMIPS32.cpp     [all...]
  /external/elfutils/libelf/
elf_compress.c 345 Elf64_Word sh_type;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 621 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word)
628 Offset += sizeof(Elf64_Word);
  /external/valgrind/perf/
tinycc.c 120 typedef uint32_t Elf64_Word;
173 Elf64_Word e_version; /* Object file version */
177 Elf64_Word e_flags; /* Processor-specific flags */
316 Elf64_Word sh_name; /* Section name (string tbl index) */
317 Elf64_Word sh_type; /* Section type */
322 Elf64_Word sh_link; /* Link to another section */
323 Elf64_Word sh_info; /* Additional section information */
388 Elf64_Word st_name; /* Symbol name (string tbl index) */
550 Elf64_Word p_type; /* Segment type */
551 Elf64_Word p_flags; /* Segment flags *
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 299 DenseMap<const Elf_Sym*, ELF::Elf64_Word> ExtendedSymbolTable;
378 ELF::Elf64_Word getSymbolTableIndex(const Elf_Sym *symb) const;
436 ELF::Elf64_Word ELFObjectFile<target_endianness, is64Bits>
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/kmod/libkmod/
libkmod-elf.c 282 assert_cc(sizeof(uint32_t) == sizeof(Elf64_Word));
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 379 Elf64_Word info; // Kind-speci?c information.
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 73 Elf64_Word ch_type;
74 Elf64_Word ch_reserved;
120 # define ElfXX_Word Elf64_Word
    [all...]

Completed in 994 milliseconds

1 23