HomeSort by: relevance | last modified time | path
    Searched refs:Elf_Half (Results 1 - 22 of 22) sorted by relevancy

  /src/include/
link_elf.h 56 Elf_Half dlpi_phnum; /* number of entries in phdr */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 108 using Elf_Half = typename ELFT::Half; \
202 Elf_Half st_shndx; // Which section (header table index) it's defined in
211 Elf_Half st_shndx; // Which section (header table index) it's defined in
294 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
302 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
303 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
304 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
305 Elf_Half vd_cnt; // Number of Verdaux entries
330 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
331 Elf_Half vn_cnt; // Number of associated Vernaux entrie
    [all...]
ELF.h 919 unsigned Version = *reinterpret_cast<const Elf_Half *>(VerdefBuf);
992 unsigned Version = *reinterpret_cast<const Elf_Half *>(VerneedBuf);
  /src/lib/libc/dlfcn/
dlfcn_elf.c 153 static Elf_Half dlpi_phnum;
171 _DIAGASSERT(__type_fit(Elf_Half, aux->a_v));
172 dlpi_phnum = (Elf_Half)aux->a_v;
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 60 Elf_Half phnum;
64 phnum = (Elf_Half)getauxval(AT_PHNUM);
70 ATF_REQUIRE(phnum != (Elf_Half)~0);
  /src/lib/csu/common/
crt0-common.c 226 Elf_Half phnum = (Elf_Half)~0;
238 phnum = (Elf_Half)aux->a_v;
243 if (phdr == NULL || phnum == (Elf_Half)~0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_freebsd.h 119 Elf_Half dlpi_phnum;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_freebsd.h 118 Elf_Half dlpi_phnum;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_freebsd.h 118 Elf_Half dlpi_phnum;
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 312 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
320 the struct. TYPE is the type of the field in the struct: Elf_Half,
343 type of the field in the struct: Elf_Half, Elf_Word, or
352 the struct. TYPE is the type of the field in the struct: Elf_Half,
491 e_machine, Elf_Half);
497 e_shnum, Elf_Half);
499 e_shstrndx, Elf_Half);
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size)
    [all...]
  /src/libexec/ld.elf_so/
rtld.h 481 Elf_Half vernum;
symbol.c 181 Elf_Half verndx;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1076 #define Elf_Half Elf32_Half
1102 #define Elf_Half Elf64_Half
  /src/sys/sys/
exec_elf.h 37 * version info, to being an Elf_Half (ie: uint16_t) which
1398 #define Elf_Half Elf32_Half
1425 #define Elf_Half Elf64_Half
  /src/tools/arm-elf2aout/sys/
exec_elf.h 1105 #define Elf_Half Elf32_Half
1131 #define Elf_Half Elf64_Half
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 1105 #define Elf_Half Elf32_Half
1131 #define Elf_Half Elf64_Half
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 1361 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr);
1366 for (const Elf_Half &E : *VersionsOrErr)

Completed in 52 milliseconds