/external/syslinux/com32/include/sys/ |
D | elf64.h | 13 typedef uint32_t Elf64_Word; typedef 51 Elf64_Word st_name; 65 Elf64_Word e_version; 69 Elf64_Word e_flags; 81 Elf64_Word p_type; 82 Elf64_Word p_flags; 94 Elf64_Word sh_name; 95 Elf64_Word sh_type; 100 Elf64_Word sh_link; 101 Elf64_Word sh_info; [all …]
|
/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; 637 Elf64_Word sh_name; 638 Elf64_Word sh_type; 643 Elf64_Word sh_link; 644 Elf64_Word sh_info; 841 Elf64_Word st_name; // Symbol name (index into string table) 958 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() 959 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; 316 Elf64_Word sh_name; /* Section name, index in string tbl */ 317 Elf64_Word sh_type; /* Type of section */ 322 Elf64_Word sh_link; /* Index of another section */ 323 Elf64_Word sh_info; /* Additional section information */ [all …]
|
/external/minijail/ |
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/syslinux/gpxe/src/include/ |
D | elf.h | 165 typedef uint32_t Elf64_Word; typedef 192 Elf64_Word e_version; /* ELF format version. */ 196 Elf64_Word e_flags; /* Architecture-specific flags. */ 220 Elf64_Word p_type; /* Entry type. */ 221 Elf64_Word p_flags; /* Access permission flags. */
|
/external/elfutils/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 */ 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_name; /* Symbol name (string tbl index) */ [all …]
|
D | libelf.h | 53 Elf64_Word ch_type; /* Compression format. */ 54 Elf64_Word ch_reserved;
|
D | elf_compress_gnu.c | 60 Elf64_Word sh_type; in elf_compress_gnu()
|
D | gelf.h | 47 typedef Elf64_Word GElf_Word;
|
/external/kmod/port-gnu/ |
D | elf.h | 36 typedef uint32_t Elf64_Word; typedef 89 Elf64_Word e_version; /* Object file version */ 93 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 */ 388 Elf64_Word ch_type; /* Compression format. */ 389 Elf64_Word ch_reserved; 418 Elf64_Word st_name; /* Symbol name (string tbl index) */ [all …]
|
/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 39 typedef uint32_t Elf64_Word; typedef 90 Elf64_Word e_version; 94 Elf64_Word e_flags; 674 Elf64_Word sh_name; 675 Elf64_Word sh_type; 680 Elf64_Word sh_link; 681 Elf64_Word sh_info; 828 Elf64_Word st_name; // Symbol name (index into string table) 969 Elf64_Word p_type; // Type of segment 970 Elf64_Word p_flags; // Segment flags
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 39 Elf64_Word max_align = sizeof(void*); // Min. align of posix_memalign() in load_segments() 195 Elf64_Word sym = ELF64_R_SYM(rel->r_info); in perform_relocation() 272 Elf64_Word plt_rel_size = 0; in resolve_symbols() 276 Elf64_Word rel_size = 0; in resolve_symbols() 277 Elf64_Word rel_entry = 0; in resolve_symbols()
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 8 typedef uint32_t Elf64_Word; typedef 14 Elf64_Word p_type;
|
/external/elfutils/libebl/ |
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))) in default_machine_flag_name() 507 default_machine_flag_check (Elf64_Word flags __attribute__ ((unused))) in default_machine_flag_check() 756 Elf64_Word sh_type __attribute__ ((unused))) in default_check_reloc_target_type()
|
D | eblmachineflagcheck.c | 38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags) in ebl_machine_flag_check()
|
D | eblcheckreloctargettype.c | 37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type) in ebl_check_reloc_target_type()
|
D | eblmachineflagname.c | 40 ebl_machine_flag_name (Ebl *ebl, Elf64_Word flags, char *buf, size_t len) in ebl_machine_flag_name()
|
D | ebl-hooks.h | 109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
|
D | libebl.h | 196 extern bool ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 27 typedef Elf64_Word Elf_Word;
|
/external/elfutils/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/elfutils/src/ |
D | xelf.h | 167 # define XElf_Word Elf64_Word 278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
|