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

1 2 3

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 55 typedef UINT32 Elf32_Word;
58 typedef Elf32_Word Elf32_Hashelt;
61 typedef Elf32_Word Elf32_Size;
72 Elf32_Word e_version; /* ELF format version. */
76 Elf32_Word e_flags; /* Architecture-specific flags. */
90 Elf32_Word sh_name; /* Section name (index into the
92 Elf32_Word sh_type; /* Section type. */
93 Elf32_Word sh_flags; /* Section flags. */
96 Elf32_Word sh_size; /* Size in bytes. */
97 Elf32_Word sh_link; /* Index of a related section. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 55 typedef UINT32 Elf32_Word;
58 typedef Elf32_Word Elf32_Hashelt;
61 typedef Elf32_Word Elf32_Size;
72 Elf32_Word e_version; /* ELF format version. */
76 Elf32_Word e_flags; /* Architecture-specific flags. */
90 Elf32_Word sh_name; /* Section name (index into the
92 Elf32_Word sh_type; /* Section type. */
93 Elf32_Word sh_flags; /* Section flags. */
96 Elf32_Word sh_size; /* Size in bytes. */
97 Elf32_Word sh_link; /* Index of a related section. */
    [all...]
  /external/elfutils/libelf/
gnuhash_xlate.h 41 Elf32_Word *dest32 = dest;
42 const Elf32_Word *src32 = src;
53 Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
67 src32 = (const Elf32_Word *) &src64[bitmask_words];
68 dest32 = (Elf32_Word *) &dest64[bitmask_words];
gelf_getsymshndx.c 44 GElf_Sym *dst, Elf32_Word *dstshndx)
49 Elf32_Word shndx = 0;
68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d))
74 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
gelf_update_symshndx.c 44 GElf_Sym *src, Elf32_Word srcshndx)
49 Elf32_Word *shndx = NULL;
71 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
77 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
elf.h 35 typedef uint32_t Elf32_Word;
72 Elf32_Word e_version; /* Object file version */
76 Elf32_Word e_flags; /* Processor-specific flags */
386 Elf32_Word sh_name; /* Section name (string tbl index) */
387 Elf32_Word sh_type; /* Section type */
388 Elf32_Word sh_flags; /* Section flags */
391 Elf32_Word sh_size; /* Section size in bytes */
392 Elf32_Word sh_link; /* Link to another section */
393 Elf32_Word sh_info; /* Additional section information */
394 Elf32_Word sh_addralign; /* Section alignment *
    [all...]
  /external/minijail/
elfparse.h 31 Elf32_Word e_version; /* Object file version */
35 Elf32_Word e_flags; /* Processor-specific flags */
64 Elf32_Word p_type; /* Segment type */
68 Elf32_Word p_filesz; /* Segment size in file */
69 Elf32_Word p_memsz; /* Segment size in memory */
70 Elf32_Word p_flags; /* Segment flags */
71 Elf32_Word p_align; /* Segment alignment */
  /bionic/libc/include/
elf.h 63 Elf32_Word ch_type;
64 Elf32_Word ch_size;
65 Elf32_Word ch_addralign;
75 Elf32_Word l_name;
76 Elf32_Word l_time_stamp;
77 Elf32_Word l_checksum;
78 Elf32_Word l_version;
79 Elf32_Word l_flags;
99 Elf32_Word m_info;
100 Elf32_Word m_poffset
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 27 typedef __u32 Elf32_Word;
137 Elf32_Word r_info;
145 Elf32_Word r_info;
154 Elf32_Word st_name;
156 Elf32_Word st_size;
174 Elf32_Word e_version;
178 Elf32_Word e_flags;
206 Elf32_Word p_type;
210 Elf32_Word p_filesz;
211 Elf32_Word p_memsz
    [all...]
elf-fdpic.h 26 Elf32_Word p_memsz;
  /external/kernel-headers/original/uapi/linux/
elf.h 13 typedef __u32 Elf32_Word;
163 Elf32_Word r_info;
173 Elf32_Word r_info;
184 Elf32_Word st_name;
186 Elf32_Word st_size;
208 Elf32_Word e_version;
212 Elf32_Word e_flags;
245 Elf32_Word p_type;
249 Elf32_Word p_filesz;
250 Elf32_Word p_memsz
    [all...]
elf-fdpic.h 24 Elf32_Word p_memsz; /* allocation size recorded in file */
  /external/google-breakpad/src/common/android/include/
elf.h 64 Elf32_Word n_namesz;
65 Elf32_Word n_descsz;
66 Elf32_Word n_type;
98 Elf32_Word d_val;
  /external/u-boot/include/
elf.h 21 typedef uint32_t Elf32_Word; /* Unsigned large integer */
95 Elf32_Word e_version; /* object file version */
99 Elf32_Word e_flags; /* processor-specific flags */
231 Elf32_Word sh_name; /* name - index into section header
233 Elf32_Word sh_type; /* type */
234 Elf32_Word sh_flags; /* flags */
237 Elf32_Word sh_size; /* section size */
238 Elf32_Word sh_link; /* section header table index link */
239 Elf32_Word sh_info; /* extra information */
240 Elf32_Word sh_addralign; /* address alignment *
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 33 typedef uint32_t Elf32_Word;
66 Elf32_Word e_version; // Must be equal to 1
70 Elf32_Word e_flags; // Processor-specific flags
660 Elf32_Word sh_name; // Section name (index into string table)
661 Elf32_Word sh_type; // Section type (SHT_*)
662 Elf32_Word sh_flags; // Section flags (SHF_*)
665 Elf32_Word sh_size; // Size of section, in bytes
666 Elf32_Word sh_link; // Section type-specific header table index link
667 Elf32_Word sh_info; // Section type-specific extra information
668 Elf32_Word sh_addralign; // Section address alignmen
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 32 using Elf32_Word = uint32_t;
65 Elf32_Word e_version; // Must be equal to 1
69 Elf32_Word e_flags; // Processor-specific flags
732 Elf32_Word sh_name; // Section name (index into string table)
733 Elf32_Word sh_type; // Section type (SHT_*)
734 Elf32_Word sh_flags; // Section flags (SHF_*)
737 Elf32_Word sh_size; // Size of section, in bytes
738 Elf32_Word sh_link; // Section type-specific header table index link
739 Elf32_Word sh_info; // Section type-specific extra information
740 Elf32_Word sh_addralign; // Section address alignmen
    [all...]
  /external/kmod/port-gnu/
elf.h 34 typedef uint32_t Elf32_Word;
71 Elf32_Word e_version; /* Object file version */
75 Elf32_Word e_flags; /* Processor-specific flags */
274 Elf32_Word sh_name; /* Section name (string tbl index) */
275 Elf32_Word sh_type; /* Section type */
276 Elf32_Word sh_flags; /* Section flags */
279 Elf32_Word sh_size; /* Section size in bytes */
280 Elf32_Word sh_link; /* Link to another section */
281 Elf32_Word sh_info; /* Additional section information */
282 Elf32_Word sh_addralign; /* Section alignment *
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 34 typedef uint32_t Elf32_Word;
67 Elf32_Word e_version; // Must be equal to 1
71 Elf32_Word e_flags; // Processor-specific flags
623 Elf32_Word sh_name; // Section name (index into string table)
624 Elf32_Word sh_type; // Section type (SHT_*)
625 Elf32_Word sh_flags; // Section flags (SHF_*)
628 Elf32_Word sh_size; // Size of section, in bytes
629 Elf32_Word sh_link; // Section type-specific header table index link
630 Elf32_Word sh_info; // Section type-specific extra information
631 Elf32_Word sh_addralign; // Section address alignmen
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 34 typedef uint32_t Elf32_Word;
67 Elf32_Word e_version; // Must be equal to 1
71 Elf32_Word e_flags; // Processor-specific flags
624 Elf32_Word sh_name; // Section name (index into string table)
625 Elf32_Word sh_type; // Section type (SHT_*)
626 Elf32_Word sh_flags; // Section flags (SHF_*)
629 Elf32_Word sh_size; // Size of section, in bytes
630 Elf32_Word sh_link; // Section type-specific header table index link
631 Elf32_Word sh_info; // Section type-specific extra information
632 Elf32_Word sh_addralign; // Section address alignmen
    [all...]
  /art/libelffile/elf/
elf_utils.h 32 typedef Elf32_Word Word;
110 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) {
  /external/elfutils/libasm/
disasm_cb.c 47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value,
101 Elf32_Word xshndx;
146 Elf32_Word scnndx __attribute__ ((unused)),
libasm.h 58 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **,
102 AsmSym_t *signature, Elf32_Word flags);
asm_newscngrp.c 45 Elf32_Word flags)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Decompressor.cpp 62 : sizeof(Elf32_Word)) !=
71 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word));
  /external/elfutils/src/
strip.c 542 Elf32_Word xndx;
546 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX
946 Elf32_Word idx; /* Index in new file. */
947 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */
948 Elf32_Word symtab_idx;
949 Elf32_Word version_idx;
950 Elf32_Word group_idx;
951 Elf32_Word group_cnt;
954 Elf32_Word *newsymidx;
    [all...]

Completed in 430 milliseconds

1 2 3