Searched refs:Elf64_Word (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libebl/
H A Deblmachineflagcheck.c61 Elf64_Word flags;
H A Deblmachineflagname.c63 Elf64_Word flags;
H A Deblopenbackend.c172 static const char *default_machine_flag_name (Elf64_Word *ignore);
173 static bool default_machine_flag_check (Elf64_Word flags);
520 default_machine_flag_name (Elf64_Word *ignore __attribute__ ((unused)))
526 default_machine_flag_check (Elf64_Word flags __attribute__ ((unused)))
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c8 typedef uint32_t Elf64_Word; typedef
14 Elf64_Word p_type;
/external/llvm/include/llvm/Support/
H A DELF.h39 typedef uint32_t Elf64_Word; typedef in namespace:llvm::ELF
90 Elf64_Word e_version;
94 Elf64_Word e_flags;
1092 Elf64_Word sh_name;
1093 Elf64_Word sh_type;
1098 Elf64_Word sh_link;
1099 Elf64_Word sh_info;
1262 Elf64_Word st_name; // Symbol name (index into string table)
1365 Elf64_Word getSymbol() const { return (r_info >> 32); }
1366 Elf64_Word getTyp
[all...]
/external/kernel-headers/original/asm-mips/
H A Dmodule.h18 Elf64_Word r_sym; /* Symbol index. */
27 Elf64_Word r_sym; /* Symbol index. */
/external/elfutils/libelf/
H A Delf.h47 typedef uint32_t Elf64_Word; typedef
100 Elf64_Word e_version; /* Object file version */
104 Elf64_Word e_flags; /* Processor-specific flags */
292 Elf64_Word sh_name; /* Section name (string tbl index) */
293 Elf64_Word sh_type; /* Section type */
298 Elf64_Word sh_link; /* Link to another section */
299 Elf64_Word sh_info; /* Additional section information */
397 Elf64_Word st_name; /* Symbol name (string tbl index) */
557 Elf64_Word p_type; /* Segment type */
558 Elf64_Word p_flag
[all...]
H A Dgelf.h68 typedef Elf64_Word GElf_Word;
H A Delf_begin.c237 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Word),
/external/qemu/
H A Delf.h19 typedef uint32_t Elf64_Word; typedef
990 Elf64_Word st_name; /* Symbol name, index in string tbl */
1022 Elf64_Word e_version;
1026 Elf64_Word e_flags;
1053 Elf64_Word p_type;
1054 Elf64_Word p_flags;
1117 Elf64_Word sh_name; /* Section name, index in string tbl */
1118 Elf64_Word sh_type; /* Type of section */
1123 Elf64_Word sh_link; /* Index of another section */
1124 Elf64_Word sh_inf
[all...]
/external/elfutils/src/
H A Dxelf.h175 # define XElf_Word Elf64_Word
286 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
H A Dldgeneric.c3974 Elf64_Word bitmask_idxbits = gnu_bitmask_nwords - 1;
3999 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64)
4382 /* The following relies on the fact that Elf32_Word and Elf64_Word
/external/valgrind/main/perf/
H A Dtinycc.c120 typedef uint32_t Elf64_Word; typedef
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_flag
[all...]
/external/valgrind/main/VEX/switchback/
H A Dlinker.c180 #define Elf_Word Elf64_Word
/external/valgrind/main/VEX/unused/
H A Dlinker.c116 #define Elf_Word Elf64_Word
/external/llvm/include/llvm/Object/
H A DELF.h593 DenseMap<const Elf_Sym*, ELF::Elf64_Word> ExtendedSymbolTable;
819 ELF::Elf64_Word getSymbolTableIndex(const Elf_Sym *symb) const;
971 ELF::Elf64_Word ELFObjectFile<ELFT>
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c89 # define ElfXX_Word Elf64_Word

Completed in 345 milliseconds