/external/elfutils/libebl/ |
H A D | eblcheckreloctargettype.c | 37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type)
|
H A D | eblmachineflagcheck.c | 38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags)
|
H A D | eblmachineflagname.c | 40 ebl_machine_flag_name (Ebl *ebl, Elf64_Word flags, char *buf, size_t len)
|
H A D | eblopenbackend.c | 155 static const char *default_machine_flag_name (Elf64_Word *ignore); 156 static bool default_machine_flag_check (Elf64_Word flags); 205 static bool default_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type); 501 default_machine_flag_name (Elf64_Word *ignore __attribute__ ((unused))) 507 default_machine_flag_check (Elf64_Word flags __attribute__ ((unused))) 756 Elf64_Word sh_type __attribute__ ((unused)))
|
H A D | ebl-hooks.h | 109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
|
H A D | libebl.h | 196 extern bool ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
|
/external/minijail/ |
H A D | elfparse.h | 55 Elf64_Word e_version; /* Object file version */ 59 Elf64_Word e_flags; /* Processor-specific flags */ 82 Elf64_Word p_type; /* Segment type */ 83 Elf64_Word p_flags; /* Segment flags */
|
/external/clang/test/CodeGen/ |
H A D | 2009-01-21-InvalidIterator.c | 8 typedef uint32_t Elf64_Word; typedef 14 Elf64_Word p_type;
|
/external/google-breakpad/src/common/android/include/ |
H A D | elf.h | 70 Elf64_Word n_namesz; 71 Elf64_Word n_descsz; 72 Elf64_Word n_type;
|
/external/kernel-headers/original/uapi/linux/ |
H A D | elf.h | 20 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 D | ELF.h | 40 typedef uint32_t Elf64_Word; typedef in namespace:llvm::ELF 91 Elf64_Word e_version; 95 Elf64_Word e_flags; 615 Elf64_Word sh_name; 616 Elf64_Word sh_type; 621 Elf64_Word sh_link; 622 Elf64_Word sh_info; 816 Elf64_Word st_name; // Symbol name (index into string table) 933 Elf64_Word getSymbol() const { return (r_info >> 32); } 934 Elf64_Word getTyp [all...] |
/external/elfutils/libelf/ |
H A D | elf.h | 37 typedef uint32_t Elf64_Word; typedef 90 Elf64_Word e_version; /* Object file version */ 94 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 */ 389 Elf64_Word ch_type; /* Compression format. */ 390 Elf64_Word ch_reserved; 419 Elf64_Word st_nam [all...] |
H A D | elf_compress_gnu.c | 60 Elf64_Word sh_type;
|
H A D | libelf.h | 53 Elf64_Word ch_type; /* Compression format. */ 54 Elf64_Word ch_reserved; 82 ELF_T_WORD, /* Elf32_Word, Elf64_Word, ... */
|
H A D | gelf.h | 47 typedef Elf64_Word GElf_Word;
|
H A D | elf_compress.c | 345 Elf64_Word sh_type;
|
/external/elfutils/backends/ |
H A D | arm_symbol.c | 128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
|
H A D | ia64_symbol.c | 154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
|
/external/google-breakpad/src/common/linux/ |
H A D | elfutils.h | 65 typedef Elf64_Word Word;
|
/external/elfutils/src/ |
H A D | xelf.h | 167 # define XElf_Word Elf64_Word 278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
|
H A D | elflint.c | 2485 else if (hash_shdr->sh_entsize == sizeof (Elf64_Word)) 3068 for (Elf64_Word cnt = shdr->sh_info; cnt > 0; ) 3229 for (Elf64_Word cnt = shdr->sh_info; cnt > 0; )
|
H A D | ldgeneric.c | 3964 Elf64_Word bitmask_idxbits = gnu_bitmask_nwords - 1; 3989 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64) 4372 /* The following relies on the fact that Elf32_Word and Elf64_Word
|
/external/valgrind/perf/ |
H A D | tinycc.c | 120 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/VEX/switchback/ |
H A D | linker.c | 182 #define Elf_Word Elf64_Word
|
/external/valgrind/VEX/unused/ |
H A D | linker.c | 116 #define Elf_Word Elf64_Word
|