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

/external/elfutils/0.153/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);
522 default_machine_flag_name (Elf64_Word *ignore __attribute__ ((unused)))
528 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/chromium_org/third_party/libvpx/include/
H A Delf.h52 typedef uint32_t Elf64_Word; typedef
213 Elf64_Word st_name;
248 Elf64_Word e_version;
253 Elf64_Word e_flags;
281 Elf64_Word p_type;
282 Elf64_Word p_flags;
343 Elf64_Word sh_name;
345 Elf64_Word sh_type;
351 Elf64_Word sh_link;
352 Elf64_Word sh_inf
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h20 typedef __u32 Elf64_Word; typedef
192 Elf64_Word st_name; /* Symbol name, index in string tbl */
224 Elf64_Word e_version;
228 Elf64_Word e_flags;
255 Elf64_Word p_type;
256 Elf64_Word p_flags;
313 Elf64_Word sh_name; /* Section name, index in string tbl */
314 Elf64_Word sh_type; /* Type of section */
319 Elf64_Word sh_link; /* Index of another section */
320 Elf64_Word sh_inf
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h40 typedef uint32_t Elf64_Word; typedef in namespace:llvm::ELF
91 Elf64_Word e_version;
95 Elf64_Word e_flags;
1234 Elf64_Word sh_name;
1235 Elf64_Word sh_type;
1240 Elf64_Word sh_link;
1241 Elf64_Word sh_info;
1430 Elf64_Word st_name; // Symbol name (index into string table)
1533 Elf64_Word getSymbol() const { return (r_info >> 32); }
1534 Elf64_Word getTyp
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h41 typedef uint32_t Elf64_Word; typedef
94 Elf64_Word e_version; /* Object file version */
98 Elf64_Word e_flags; /* Processor-specific flags */
289 Elf64_Word sh_name; /* Section name (string tbl index) */
290 Elf64_Word sh_type; /* Section type */
295 Elf64_Word sh_link; /* Link to another section */
296 Elf64_Word sh_info; /* Additional section information */
394 Elf64_Word st_name; /* Symbol name (string tbl index) */
556 Elf64_Word p_type; /* Segment type */
557 Elf64_Word p_flag
[all...]
H A Dgelf.h68 typedef Elf64_Word GElf_Word;
H A Delf_begin.c238 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Word),
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h48 typedef Elf64_Word Word;
/external/qemu/include/
H A Delf.h19 typedef uint32_t Elf64_Word; typedef
1233 Elf64_Word st_name; /* Symbol name, index in string tbl */
1270 Elf64_Word e_version;
1274 Elf64_Word e_flags;
1301 Elf64_Word p_type;
1302 Elf64_Word p_flags;
1365 Elf64_Word sh_name; /* Section name, index in string tbl */
1366 Elf64_Word sh_type; /* Type of section */
1371 Elf64_Word sh_link; /* Index of another section */
1372 Elf64_Word sh_inf
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h83 typedef Elf64_Word Word;
/external/elfutils/0.153/src/
H A Dxelf.h175 # define XElf_Word Elf64_Word
286 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
H A Dstrip.c1675 Elf64_Word symt = shdr->sh_link;
H A Dldgeneric.c3972 Elf64_Word bitmask_idxbits = gnu_bitmask_nwords - 1;
3997 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64)
4380 /* The following relies on the fact that Elf32_Word and Elf64_Word
/external/llvm/include/llvm/Object/
H A DELF.h247 DenseMap<const Elf_Sym *, ELF::Elf64_Word> ExtendedSymbolTable;
404 ELF::Elf64_Word getSymbolTableIndex(const Elf_Sym *symb) const;
515 ELF::Elf64_Word ELFFile<ELFT>::getSymbolTableIndex(const Elf_Sym *symb) const {
/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.c182 #define Elf_Word Elf64_Word
/external/valgrind/main/VEX/unused/
H A Dlinker.c116 #define Elf_Word Elf64_Word
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c88 # define ElfXX_Word Elf64_Word

Completed in 1667 milliseconds