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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
link.h 46 extern Elf32_Addr la_i86_gnu_pltenter (Elf32_Sym *__sym, unsigned int __ndx,
53 extern unsigned int la_i86_gnu_pltexit (Elf32_Sym *__sym, unsigned int __ndx,
  /external/syslinux/com32/include/sys/i386/
module.h 29 typedef Elf32_Sym Elf_Sym;
  /external/elfutils/libelf/
gelf_getsym.c 63 Elf32_Sym *src;
69 if (INVALID_NDX (ndx, Elf32_Sym, data))
75 src = &((Elf32_Sym *) data->d_buf)[ndx];
gelf_update_sym.c 63 Elf32_Sym *sym;
75 if (INVALID_NDX (ndx, Elf32_Sym, &data_scn->d))
81 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
gelf_getsymshndx.c 82 Elf32_Sym *src;
88 if (INVALID_NDX (ndx, Elf32_Sym, symdata))
94 src = &((Elf32_Sym *) symdata->d_buf)[ndx];
gelf_update_symshndx.c 88 Elf32_Sym *sym;
100 if (INVALID_NDX (ndx, Elf32_Sym, &symdata_scn->d))
106 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
link.h 47 extern Elf32_Addr la_i86_gnu_pltenter (Elf32_Sym *__sym, unsigned int __ndx,
54 extern unsigned int la_i86_gnu_pltexit (Elf32_Sym *__sym, unsigned int __ndx,
  /external/syslinux/com32/tools/
relocs.c 30 Elf32_Sym *symtab;
218 static const char *sym_name(const char *sym_strtab, Elf32_Sym *sym)
390 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Sym); j++) {
391 Elf32_Sym *sym = &sec->symtab[j];
446 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Sym); j++) {
447 Elf32_Sym *sym;
473 Elf32_Sym *sh_symtab;
487 Elf32_Sym *sym;
533 static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym),
540 Elf32_Sym *sh_symtab
    [all...]
  /system/core/libunwindstack/
Symbols.cpp 137 template bool Symbols::GetName<Elf32_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
140 template bool Symbols::GetGlobal<Elf32_Sym>(Memory*, const std::string&, uint64_t*);
  /art/runtime/
elf_utils.h 74 static inline void SetBindingAndType(Elf32_Sym* sym, unsigned char b, unsigned char t) {
  /bionic/tools/relocation_packer/src/
elf_traits.h 31 typedef Elf32_Sym Sym;
  /external/syslinux/com32/include/sys/
elf32.h 50 typedef struct elf32_sym { struct
57 } Elf32_Sym;
  /external/vixl/examples/aarch32/
disasm-a32.cc 135 const Elf32_Sym* sym = reinterpret_cast<const Elf32_Sym*>(
156 void visit(const char* symname, const Elf32_Sym& sym) {
174 void visit(const char* symname, const Elf32_Sym& sym) {
  /external/elfutils/src/
xelf.h 39 # define XElf_Sym Elf32_Sym
67 # define XElf_Sym_vardef(name) Elf32_Sym *name
69 name = &((Elf32_Sym *) (data)->d_buf)[idx]
71 name = &((Elf32_Sym *) (data)->d_buf)[idx]
73 (name1 = &((Elf32_Sym *) ((data)->d_buf))[idx]); \
80 ((Elf32_Sym *) ((data)->d_buf))[idx] = *name1; \
145 case ELF_T_SYM: fsize = sizeof (Elf32_Sym); break; \
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 203 } Elf32_Sym;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 203 } Elf32_Sym;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 53 typedef llvm::ELF::Elf32_Sym Symbol;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
link.h 182 extern uintptr_t la_symbind32 (Elf32_Sym *__sym, unsigned int __ndx,
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 199 Elf32_Sym *sym_def = NULL;
207 Elf32_Sym *sym_ref = symbol_get_entry(module, sym);
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 180 return ElfInterface::GetFunctionNameWithTemplate<Elf32_Sym>(addr, load_bias, name, func_offset);
184 return ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(name, memory_address);
  /external/elfutils/tests/
sectiondump.c 167 ? sizeof (Elf32_Sym) : sizeof (Elf64_Sym));
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 112 sizeof(Elf32_Sym)); // entsize
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 53 typedef llvm::ELF::Elf32_Sym Sym;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 41 typedef llvm::ELF::Elf32_Sym Symbol;
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 825 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
830 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */
837 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)), /* sh_offset */
849 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40), /* sh_offset */
861 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh_offset */
871 static Elf32_Sym symbols32[2]={
989 * careful: different order of items compared with Elf32_sym!
    [all...]

Completed in 294 milliseconds

1 2 3