HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Word (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 55 typedef UINT32 Elf64_Word;
66 typedef Elf64_Word Elf64_Hashelt;
80 Elf64_Word e_version; /* ELF format version. */
84 Elf64_Word e_flags; /* Architecture-specific flags. */
98 Elf64_Word sh_name; /* Section name (index into the
100 Elf64_Word sh_type; /* Section type. */
105 Elf64_Word sh_link; /* Index of a related section. */
106 Elf64_Word sh_info; /* Depends on section type. */
116 Elf64_Word p_type; /* Entry type. */
117 Elf64_Word p_flags; /* Access permission flags. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 55 typedef UINT32 Elf64_Word;
66 typedef Elf64_Word Elf64_Hashelt;
80 Elf64_Word e_version; /* ELF format version. */
84 Elf64_Word e_flags; /* Architecture-specific flags. */
98 Elf64_Word sh_name; /* Section name (index into the
100 Elf64_Word sh_type; /* Section type. */
105 Elf64_Word sh_link; /* Index of a related section. */
106 Elf64_Word sh_info; /* Depends on section type. */
116 Elf64_Word p_type; /* Entry type. */
117 Elf64_Word p_flags; /* Access permission flags. */
    [all...]
  /external/elfutils/libebl/
eblmachineflagcheck.c 38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags)
eblcheckreloctargettype.c 37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type)
eblmachineflagname.c 41 ebl_machine_flag_name (Ebl *ebl, Elf64_Word flags, char *buf, size_t len)
  /external/minijail/
elfparse.h 49 Elf64_Word e_version; /* Object file version */
53 Elf64_Word e_flags; /* Processor-specific flags */
76 Elf64_Word p_type; /* Segment type */
77 Elf64_Word p_flags; /* Segment flags */
  /bionic/libc/include/
elf.h 68 Elf64_Word ch_type;
69 Elf64_Word ch_reserved;
82 Elf64_Word l_name;
83 Elf64_Word l_time_stamp;
84 Elf64_Word l_checksum;
85 Elf64_Word l_version;
86 Elf64_Word l_flags;
155 Elf64_Word vd_hash;
156 Elf64_Word vd_aux;
157 Elf64_Word vd_next
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 8 typedef uint32_t Elf64_Word;
14 Elf64_Word p_type;
  /external/google-breakpad/src/common/android/include/
elf.h 70 Elf64_Word n_namesz;
71 Elf64_Word n_descsz;
72 Elf64_Word n_type;
  /bionic/libc/kernel/uapi/linux/
elf.h 33 typedef __u32 Elf64_Word;
162 Elf64_Word st_name;
190 Elf64_Word e_version;
194 Elf64_Word e_flags;
216 Elf64_Word p_type;
217 Elf64_Word p_flags;
269 Elf64_Word sh_name;
270 Elf64_Word sh_type;
275 Elf64_Word sh_link;
276 Elf64_Word sh_info
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 21 typedef __u32 Elf64_Word;
193 Elf64_Word st_name; /* Symbol name, index in string tbl */
225 Elf64_Word e_version;
229 Elf64_Word e_flags;
256 Elf64_Word p_type;
257 Elf64_Word p_flags;
317 Elf64_Word sh_name; /* Section name, index in string tbl */
318 Elf64_Word sh_type; /* Type of section */
323 Elf64_Word sh_link; /* Index of another section */
324 Elf64_Word sh_info; /* Additional section information *
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 38 using Elf64_Word = uint32_t;
91 Elf64_Word e_version;
95 Elf64_Word e_flags;
746 Elf64_Word sh_name;
747 Elf64_Word sh_type;
752 Elf64_Word sh_link;
753 Elf64_Word sh_info;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 40 typedef uint32_t Elf64_Word;
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;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 40 typedef uint32_t Elf64_Word;
91 Elf64_Word e_version;
95 Elf64_Word e_flags;
638 Elf64_Word sh_name;
639 Elf64_Word sh_type;
644 Elf64_Word sh_link;
645 Elf64_Word sh_info;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Decompressor.cpp 61 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word)
68 Offset += sizeof(Elf64_Word);
  /external/u-boot/include/
elf.h 30 typedef uint32_t Elf64_Word;
113 Elf64_Word e_version; /* object file version */
117 Elf64_Word e_flags; /* processor-specific flags */
245 Elf64_Word sh_name; /* name - index into section header
247 Elf64_Word sh_type; /* type */
252 Elf64_Word sh_link; /* section header table index link */
253 Elf64_Word sh_info; /* extra information */
443 Elf64_Word p_type; /* segment type */
444 Elf64_Word p_flags; /* flags */
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags,
72 void setNameStrIndex(Elf64_Word sh_name) { Header.sh_name = sh_name; }
76 void setLinkNum(Elf64_Word sh_link) { Header.sh_link = sh_link; }
78 void setInfoNum(Elf64_Word sh_info) { Header.sh_info = sh_info; }
168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType,
224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType,
IceELFObjectWriter.h 97 void writeTargetRODataSection(const std::string &Name, Elf64_Word ShType,
128 T *createSection(const std::string &Name, Elf64_Word ShType,
  /external/kmod/port-gnu/
elf.h 36 typedef uint32_t Elf64_Word;
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/elfutils/backends/
ia64_symbol.c 155 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
arm_symbol.c 130 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
  /external/google-breakpad/src/common/linux/
elfutils.h 65 typedef Elf64_Word Word;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 39 typedef uint32_t Elf64_Word;
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)
    [all...]
  /external/bcc/src/lua/bpf/
elf.lua 29 typedef uint32_t Elf64_Word;
77 Elf64_Word p_type; /* Segment type */
78 Elf64_Word p_flags; /* Segment flags */
90 Elf64_Word sh_name; /* Section name (string tbl index) */
91 Elf64_Word sh_type; /* Section type */
96 Elf64_Word sh_link; /* Link to another section */
97 Elf64_Word sh_info; /* Additional section information */
115 Elf64_Word st_name; /* Symbol name (string tbl index) */
  /external/elfutils/libelf/
elf.h 37 typedef uint32_t Elf64_Word;
90 Elf64_Word e_version; /* Object file version */
94 Elf64_Word e_flags; /* Processor-specific flags */
400 Elf64_Word sh_name; /* Section name (string tbl index) */
401 Elf64_Word sh_type; /* Section type */
406 Elf64_Word sh_link; /* Link to another section */
407 Elf64_Word sh_info; /* Additional section information */
500 Elf64_Word ch_type; /* Compression format. */
501 Elf64_Word ch_reserved;
530 Elf64_Word st_name; /* Symbol name (string tbl index) *
    [all...]

Completed in 1582 milliseconds

1 2