Home
last modified time | relevance | path

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

12

/external/syslinux/com32/include/sys/
Delf64.h13 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/
DELF.h40 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/
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;
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/
Delfparse.h55 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/
Delf.h165 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/
Delf.h37 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 …]
Dlibelf.h53 Elf64_Word ch_type; /* Compression format. */
54 Elf64_Word ch_reserved;
Delf_compress_gnu.c60 Elf64_Word sh_type; in elf_compress_gnu()
Dgelf.h47 typedef Elf64_Word GElf_Word;
/external/kmod/port-gnu/
Delf.h36 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/
Delf.h70 Elf64_Word n_namesz;
71 Elf64_Word n_descsz;
72 Elf64_Word n_type;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h39 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/
Delf_module.c39 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/
D2009-01-21-InvalidIterator.c8 typedef uint32_t Elf64_Word; typedef
14 Elf64_Word p_type;
/external/elfutils/libebl/
Deblopenbackend.c155 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()
Deblmachineflagcheck.c38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags) in ebl_machine_flag_check()
Deblcheckreloctargettype.c37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type) in ebl_check_reloc_target_type()
Deblmachineflagname.c40 ebl_machine_flag_name (Ebl *ebl, Elf64_Word flags, char *buf, size_t len) in ebl_machine_flag_name()
Debl-hooks.h109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
Dlibebl.h196 extern bool ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
/external/syslinux/com32/include/sys/x86_64/
Dmodule.h27 typedef Elf64_Word Elf_Word;
/external/elfutils/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/elfutils/src/
Dxelf.h167 # define XElf_Word Elf64_Word
278 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \

12