Home
last modified time | relevance | path

Searched refs:Elf64_Word (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h40 typedef uint32_t Elf64_Word; typedef
91 Elf64_Word e_version;
95 Elf64_Word e_flags;
556 Elf64_Word sh_name;
557 Elf64_Word sh_type;
562 Elf64_Word sh_link;
563 Elf64_Word sh_info;
752 Elf64_Word st_name; // Symbol name (index into string table)
864 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()
865 Elf64_Word getType() const { in getType()
[all …]
/external/kernel-headers/original/uapi/linux/
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_info; /* Additional section information */
[all …]
/external/elfutils/src/libelf/
Delf.h37 typedef uint32_t Elf64_Word; typedef
90 Elf64_Word e_version; /* Object file version */
94 Elf64_Word e_flags; /* Processor-specific flags */
288 Elf64_Word sh_name; /* Section name (string tbl index) */
289 Elf64_Word sh_type; /* Section type */
294 Elf64_Word sh_link; /* Link to another section */
295 Elf64_Word sh_info; /* Additional section information */
393 Elf64_Word st_name; /* Symbol name (string tbl index) */
555 Elf64_Word p_type; /* Segment type */
556 Elf64_Word p_flags; /* Segment flags */
[all …]
Dgelf.h47 typedef Elf64_Word GElf_Word;
Delf_begin.c219 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Word), in get_shnum()
/external/google-breakpad/src/common/android/include/
Delf.h70 Elf64_Word n_namesz;
71 Elf64_Word n_descsz;
72 Elf64_Word n_type;
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c8 typedef uint32_t Elf64_Word; typedef
14 Elf64_Word p_type;
/external/elfutils/src/libebl/
Deblopenbackend.c153 static const char *default_machine_flag_name (Elf64_Word *ignore);
154 static bool default_machine_flag_check (Elf64_Word flags);
203 static bool default_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
500 default_machine_flag_name (Elf64_Word *ignore __attribute__ ((unused))) in default_machine_flag_name()
506 default_machine_flag_check (Elf64_Word flags __attribute__ ((unused))) in default_machine_flag_check()
753 Elf64_Word sh_type __attribute__ ((unused))) in default_check_reloc_target_type()
Deblmachineflagcheck.c40 Elf64_Word flags;
Deblcheckreloctargettype.c37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type) in ebl_check_reloc_target_type()
Deblmachineflagname.c42 Elf64_Word flags;
Debl-hooks.h109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
Dlibebl.h183 extern bool ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
/external/elfutils/src/backends/
Darm_symbol.c128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in arm_check_reloc_target_type()
Dia64_symbol.c154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in ia64_check_reloc_target_type()
/external/google-breakpad/src/common/linux/
Delfutils.h65 typedef Elf64_Word Word;
/external/llvm/include/llvm/Object/
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 { in getSymbolTableIndex()
/external/elfutils/src/src/
Dxelf.h167 # define XElf_Word Elf64_Word
278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
Dldgeneric.c3964 Elf64_Word bitmask_idxbits = gnu_bitmask_nwords - 1; in create_gnu_hash()
3989 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64) in create_gnu_hash()
Dstrip.c1700 Elf64_Word symt = shdr->sh_link; in handle_elf()
/external/valgrind/perf/
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_flags; /* Segment flags */
[all …]
/external/valgrind/VEX/unused/
Dlinker.c116 #define Elf_Word Elf64_Word
/external/valgrind/VEX/switchback/
Dlinker.c182 #define Elf_Word Elf64_Word
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c88 # define ElfXX_Word Elf64_Word