HomeSort by relevance Sort by last modified time
    Searched refs:Sword (Results 1 - 14 of 14) sorted by null

  /external/elfutils/libelf/
gelf_xlate.h 36 FUNDAMENTAL (SWORD, Sword, LIBELFBITS);
abstract.h 151 TYPE_NAME (ElfW2(32, Ext##Sword), r_addend) \
178 TYPE_NAME (ElfW2(32, Ext##Sword), d_tag) \
elf_getdata.c 91 [ELF_T_SWORD] = __alignof__ (ElfW2(Bits,Sword)), \
  /bionic/tools/relocation_packer/src/
elf_traits.h 29 typedef Elf32_Sword Sword;
53 typedef Elf64_Sword Sword;
elf_file.cc 520 const typename ELF::Sword tag = dynamic->d_tag;
647 static size_t FindDynamicEntry(typename ELF::Sword tag,
662 static void ReplaceDynamicEntry(typename ELF::Sword tag,
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 26 typedef int32_t SWord;
35 typedef int64_t SWord;
49 typedef llvm::ELF::Elf32_Sword Sword;
67 typedef llvm::ELF::Elf64_Sword Sword;
  /art/runtime/
elf_file_impl.h 42 using Elf_Sword = typename ElfTypes::Sword;
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 174 # ifndef Sword
175 # define Sword 1
292 re_syntax_table[c] = Sword;
294 re_syntax_table['_'] = Sword;
604 a byte which contains a syntax code, e.g., Sword. */
    [all...]
  /external/elfutils/libdwfl/
relocate.c 375 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \
  /external/llvm/include/llvm/Object/
ELFTypes.h 73 typedef packed<int32_t> Sword;
  /art/compiler/
elf_builder.h 86 using Elf_Sword = typename ElfTypes::Sword;
    [all...]
  /external/elfutils/src/
strip.c     [all...]
readelf.c     [all...]

Completed in 501 milliseconds