Home
last modified time | relevance | path

Searched refs:Elf32_Sym (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp358 const Elf32_Sym & StELFFile::getSymbolAtIndex(unsigned inIndex) in getSymbolAtIndex()
376 Elf32_Sym * symbol = reinterpret_cast<Elf32_Sym *>(&info.m_data[symbolOffset]); in getSymbolAtIndex()
388 Elf32_Sym * symbol = reinterpret_cast<Elf32_Sym *>(&info.m_data[symbolOffset]); in byteSwapSymbolTable()
405 std::string StELFFile::getSymbolName(const Elf32_Sym & inSymbol) in getSymbolName()
418 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getIndexOfSymbolAtAddress()
444 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getTypeOfSymbolAtIndex()
459 const Elf32_Sym & mappingSymCountSym = getSymbolAtIndex(1); in getTypeOfSymbolAtIndex()
472 const Elf32_Sym & mappingSym = getSymbolAtIndex(mappingSymIndex); in getTypeOfSymbolAtIndex()
523 const Elf32_Sym & symbol = getSymbolAtIndex(i); in dumpSymbolTable()
H A DELFSourceFile.cpp261 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(symbolIndex); in getEntryPointAddress()
305 const Elf32_Sym & symbolHeader = m_file->getSymbolAtIndex(i); in createDataTargetForSymbol()
325 Elf32_Sym symbol; in hasSymbol()
336 const Elf32_Sym & symbolHeader = m_file->getSymbolAtIndex(i); in getSymbolValue()
360 Elf32_Sym symbol; in getSymbolSize()
374 bool ELFSourceFile::lookupSymbol(const std::string & name, Elf32_Sym & info) in lookupSymbol()
382 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(i); in lookupSymbol()
H A DStELFFile.h133 const Elf32_Sym & getSymbolAtIndex(unsigned inIndex);
139 std::string getSymbolName(const Elf32_Sym & inSymbol);
H A DELFSourceFile.h119 bool lookupSymbol(const std::string & name, Elf32_Sym & info);
H A DELF.h265 struct Elf32_Sym struct
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-lookup.c256 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_symbol_name()
258 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_symbol_name()
285 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_by_symbol()
287 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_by_symbol()
380 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_func_info()
382 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_func_info()
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c256 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_symbol_name()
258 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_symbol_name()
285 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_by_symbol()
287 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_by_symbol()
369 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_func_info()
371 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_func_info()
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-lookup.c256 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_symbol_name()
258 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_symbol_name()
285 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_lookup_by_symbol()
287 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_by_symbol()
380 if (sp->cts_entsize == sizeof (Elf32_Sym)) in ctf_func_info()
382 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_func_info()
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c193 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_lookup_by_symbol()
194 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol()
256 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_func_info()
257 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_func_info()
/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_sym.c53 Elf32_Sym *sym32; in gelf_getsym()
90 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; in gelf_getsym()
115 Elf32_Sym *sym32; in gelf_update_sym()
152 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; in gelf_update_sym()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c92 Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32()
198 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in dt_module_symcomp32()
199 Elf32_Sym *rhs = *((Elf32_Sym **)rp); in dt_module_symcomp32()
251 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort32()
252 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap; in dt_module_symsort32()
257 Elf32_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort32()
268 sizeof (Elf32_Sym *), dt_module_symcomp32); in dt_module_symsort32()
327 const Elf32_Sym *sym; in dt_module_symname32()
384 const Elf32_Sym **asmap = (const Elf32_Sym **)dmp->dm_asmap; in dt_module_symaddr32()
386 const Elf32_Sym *sym; in dt_module_symaddr32()
[all …]
H A Ddt_link.c126 Elf32_Sym *de_sym; /* array of symbols */
143 Elf32_Sym *sym; in prepare_elf32()
192 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf32_Sym))) == NULL) { in prepare_elf32()
213 bzero(sym, sizeof (Elf32_Sym)); in prepare_elf32()
605 shp->sh_entsize = sizeof (Elf32_Sym); in dump_elf32()
609 shp->sh_size = de.de_nsym * sizeof (Elf32_Sym); in dump_elf32()
1293 symsize = sizeof (Elf32_Sym); in process_obj()
/netbsd/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c64 static int eval(Elf32_Sym *, uint32_t *);
99 Elf32_Sym *symtab; in main()
197 symtab = (Elf32_Sym *)(image + in main()
332 Elf32_Sym *s; in main()
480 eval(Elf32_Sym *s, uint32_t *o) in eval()
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c115 ctf_elf32_to_link_sym (ctf_dict_t *fp, ctf_link_sym_t *dst, const Elf32_Sym *src, in ctf_elf32_to_link_sym()
118 Elf32_Sym tmp; in ctf_elf32_to_link_sym()
129 memcpy (&tmp, src, sizeof (Elf32_Sym)); in ctf_elf32_to_link_sym()
H A Dctf-lookup.c502 case sizeof (Elf32_Sym): in ctf_lookup_symbol_name()
504 const Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data + symidx; in ctf_lookup_symbol_name()
602 case sizeof (Elf32_Sym): in ctf_lookup_symbol_idx()
604 Elf32_Sym *symp = (Elf32_Sym *) sp->cts_data; in ctf_lookup_symbol_idx()
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/usr.bin/elf2aout/
H A Delf2aout.c381 (symtabix != -1 ? sh[symtabix].sh_size / sizeof(Elf32_Sym) : 0)); in main()
458 Elf32_Sym inbuf[64]; in translate_syms()
470 remaining = (ssize_t)(symsize / (off_t)sizeof(Elf32_Sym)); in translate_syms()
494 if ((i = read(in, inbuf, (size_t)cur * sizeof(Elf32_Sym))) in translate_syms()
495 != cur * (ssize_t)sizeof(Elf32_Sym)) { in translate_syms()
/netbsd/lib/librumpuser/
H A Drumpuser_dl.c121 const Elf32_Sym *sym = base; \
134 Elf32_Sym *sym = base; \
144 #define SYM_GETSIZE() ((eident==ELFCLASS32)?sizeof(Elf32_Sym):sizeof(Elf64_Sym))
/netbsd/usr.bin/elf2ecoff/
H A Delf2ecoff.c65 Elf32_Sym *elf_syms;
630 nsyms = symsize / sizeof(Elf32_Sym); in elf_read_syms()
633 elfsymsp->elf_syms = (Elf32_Sym *) in elf_read_syms()
634 saveRead(in, symoff, nsyms * sizeof(Elf32_Sym), in elf_read_syms()
639 Elf32_Sym *s = &elfsymsp->elf_syms[i]; in elf_read_syms()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc96 } Elf32_Sym; typedef
508 if (edta->d_size <= ndx * sizeof (Elf32_Sym)) in elf_getsym()
510Elf32_Sym *hdr = (Elf32_Sym*) bind (edta->d_off + ndx * sizeof (Elf32_Sym), sizeof (Elf32_Sym)); in elf_getsym()
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h366 } Elf32_Sym; typedef
618 #define Elf_Sym Elf32_Sym
/netbsd/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_mod.c145 symsect.cts_entsize = sizeof (Elf32_Sym); in ctf_modopen()

12