/external/llvm/include/llvm/Support/ |
D | ELF.h | 40 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/ |
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_info; /* Additional section information */ [all …]
|
/external/elfutils/src/libelf/ |
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 */ 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 …]
|
D | gelf.h | 47 typedef Elf64_Word GElf_Word;
|
D | elf_begin.c | 219 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Word), in get_shnum()
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 70 Elf64_Word n_namesz; 71 Elf64_Word n_descsz; 72 Elf64_Word n_type;
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 8 typedef uint32_t Elf64_Word; typedef 14 Elf64_Word p_type;
|
/external/elfutils/src/libebl/ |
D | eblopenbackend.c | 153 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()
|
D | eblmachineflagcheck.c | 40 Elf64_Word flags;
|
D | eblcheckreloctargettype.c | 37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type) in ebl_check_reloc_target_type()
|
D | eblmachineflagname.c | 42 Elf64_Word flags;
|
D | ebl-hooks.h | 109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
|
D | libebl.h | 183 extern bool ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
|
/external/elfutils/src/backends/ |
D | arm_symbol.c | 128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in arm_check_reloc_target_type()
|
D | ia64_symbol.c | 154 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/ |
D | elfutils.h | 65 typedef Elf64_Word Word;
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 247 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/ |
D | xelf.h | 167 # define XElf_Word Elf64_Word 278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
|
D | ldgeneric.c | 3964 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()
|
D | strip.c | 1700 Elf64_Word symt = shdr->sh_link; in handle_elf()
|
/external/valgrind/perf/ |
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_flags; /* Segment flags */ [all …]
|
/external/valgrind/VEX/unused/ |
D | linker.c | 116 #define Elf_Word Elf64_Word
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 182 #define Elf_Word Elf64_Word
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 88 # define ElfXX_Word Elf64_Word
|