Searched refs:Elf64_Sym (Results 1 - 25 of 27) sorted by relevance

12

/external/syslinux/com32/include/sys/x86_64/
H A Dmodule.h29 typedef Elf64_Sym Elf_Sym;
/external/elfutils/libelf/
H A Dgelf_update_sym.c98 if (INVALID_NDX (ndx, Elf64_Sym, &data_scn->d))
104 ((Elf64_Sym *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_update_symshndx.c123 if (INVALID_NDX (ndx, Elf64_Sym, &symdata_scn->d))
129 ((Elf64_Sym *) symdata_scn->d.d_buf)[ndx] = *src;
H A Dgelf_getsym.c94 assert (sizeof (GElf_Sym) == sizeof (Elf64_Sym));
H A Dgelf_getsymshndx.c113 assert (sizeof (GElf_Sym) == sizeof (Elf64_Sym));
H A Dgelf.h73 typedef Elf64_Sym GElf_Sym;
H A Delf.h425 } Elf64_Sym; typedef in typeref:struct:__anon6218
465 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
2090 /* Legal values for st_other field of Elf64_Sym. */
2421 /* PowerPC64 specific values for the Elf64_Sym st_other field. */
/external/syslinux/com32/include/sys/
H A Delf64.h57 } Elf64_Sym; typedef in typeref:struct:elf64_sym
/external/elfutils/src/
H A Dxelf.h171 # define XElf_Sym Elf64_Sym
199 # define XElf_Sym_vardef(name) Elf64_Sym *name
201 name = &((Elf64_Sym *) (data)->d_buf)[idx]
203 name = &((Elf64_Sym *) (data)->d_buf)[idx]
205 (name1 = &((Elf64_Sym *) ((data)->d_buf))[idx]); \
212 ((Elf64_Sym *) ((data)->d_buf))[idx] = *name1; \
277 case ELF_T_SYM: fsize = sizeof (Elf64_Sym); break; \
/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp160 Elf64_Sym &SymInfo = KeyValue.second.Sym;
169 Elf64_Sym &SymInfo = KeyValue.second.Sym;
H A DIceELFSection.h141 Elf64_Sym Sym;
335 const Elf64_Sym &SymInfo = KeyValue.second.Sym;
345 const Elf64_Sym &SymInfo = KeyValue.second.Sym;
H A DIceELFObjectWriter.cpp92 ELF64 ? sizeof(Elf64_Sym) : sizeof(Elf32_Sym);
93 static_assert(sizeof(Elf64_Sym) == 24 && sizeof(Elf32_Sym) == 16,
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c199 Elf64_Sym *sym_def = NULL;
207 Elf64_Sym *sym_ref = symbol_get_entry(module, sym);
/external/elfutils/tests/
H A Dsectiondump.c167 ? sizeof (Elf32_Sym) : sizeof (Elf64_Sym));
/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc152 sizeof(Elf64_Sym)); // entsize
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c934 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */
939 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */
946 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */
958 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */
970 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh_offset */
983 static Elf64_Sym symbols64[2]={
/external/kmod/libkmod/
H A Dlibkmod-elf.c777 symlen = sizeof(Elf64_Sym);
800 Elf64_Sym *s;
843 Elf64_Sym *s;
960 symlen = sizeof(Elf64_Sym);
1009 Elf64_Sym *s;
1104 Elf64_Sym *s;
/external/kernel-headers/original/uapi/linux/
H A Delf.h198 } Elf64_Sym; typedef in typeref:struct:elf64_sym
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc57 typedef Elf64_Sym Elf_Sym;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h827 struct Elf64_Sym { struct in namespace:llvm::ELF
/external/llvm/include/llvm/Support/
H A DELF.h840 struct Elf64_Sym { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h844 struct Elf64_Sym { struct
/external/kmod/port-gnu/
H A Delf.h424 } Elf64_Sym; typedef in typeref:struct:__anon9458
464 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
2089 /* Legal values for st_other field of Elf64_Sym. */
2420 /* PowerPC64 specific values for the Elf64_Sym st_other field. */
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c118 # define ElfXX_Sym Elf64_Sym
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp315 Elf64_Sym &symbol = ((Elf64_Sym*)symbolAddress)[index];

Completed in 5286 milliseconds

12