Home
last modified time | relevance | path

Searched refs:st_name (Results 1 - 25 of 62) sorted by relevance

123

/third_party/elfutils/libdwfl/
H A Drelocate.c215 if (sym->st_name != 0) in resolve_symbol()
254 if (unlikely (sym->st_name >= symtab->symstrdata->d_size)) in resolve_symbol()
258 name += sym->st_name; in resolve_symbol()
284 || sym->st_name == 0) in resolve_symbol()
288 if (unlikely (sym->st_name >= m->symstrdata->d_size)) in resolve_symbol()
291 n += sym->st_name; in resolve_symbol()
H A Ddwfl_module_getsym.c188 if (unlikely (sym->st_name >= symstrdata->d_size)) in __libdwfl_getsym()
197 return (const char *) symstrdata->d_buf + sym->st_name; in __libdwfl_getsym()
/third_party/elfutils/src/
H A Dnm.c712 sym_name (Elf *elf, GElf_Word strndx, GElf_Word st_name, char buf[], size_t n) in sym_name() argument
714 const char *symstr = elf_strptr (elf, strndx, st_name); in sym_name()
717 snprintf (buf, n, "[invalid st_name %#" PRIx32 "]", st_name); in sym_name()
793 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name, in show_symbols_sysv()
946 const char *symstr = sym_name (elf, strndx, syms[cnt].sym.st_name, in show_symbols_bsd()
1078 const char *symstr = sym_name (elf, strndx, syms[cnt].sym.st_name, in show_symbols_posix()
1162 s1->sym.st_name) ?: ""; in sort_by_name()
1164 s2->sym.st_name) ?: ""; in sort_by_name()
1366 sym->st_name); in show_symbols()
[all...]
H A Dfindtextrel.c553 sym->st_name); in check_rel()
578 sym->st_name)); in check_rel()
589 elf_strptr (elf, shdr->sh_link, sym->st_name)); in check_rel()
H A Delfcompress.c956 if (sym->st_name != 0) in process_file()
962 sym->st_name); in process_file()
1165 if (sym->st_name != 0) in process_file()
1167 sym->st_name = dwelf_strent_off (symstrents[i]); in process_file()
/third_party/elfutils/tests/
H A Delfstrmerge.c349 if (sym->st_name != 0) in main()
351 const char *sname = elf_strptr (elf, strtabndx, sym->st_name); in main()
541 if (update_name && sym.st_name != 0) in main()
542 sym.st_name = dwelf_strent_off (symstrents[i]); in main()
H A Dasm-tst3.c285 sym->st_name)) != 0) in main()
/third_party/elfutils/libelf/
H A Dgelf_update_sym.c85 COPY (st_name); in gelf_update_sym()
H A Dgelf_getsym.c81 COPY (st_name); in gelf_getsym()
H A Dgelf_update_symshndx.c110 COPY (st_name); in gelf_update_symshndx()
H A Dgelf_getsymshndx.c100 COPY (st_name); in gelf_getsymshndx()
H A Dnlist.c153 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name); in nlist()
/third_party/libunwind/libunwind/src/
H A Delfxx.c138 (long) val, sym->st_info, strtab + sym->st_name); in lookup_symbol()
143 strncpy (buf, strtab + sym->st_name, buf_len); in lookup_symbol()
145 ret = (strlen (strtab + sym->st_name) >= buf_len in lookup_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp162 SymInfo.st_name = StrTab->getIndex(Name.toString()); in updateIndices()
171 SymInfo.st_name = StrTab->getIndex(Name); in updateIndices()
H A DIceELFSection.h336 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap()
346 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap()
/third_party/musl/src/internal/linux/
H A Dvdso.c111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr()
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr()
/third_party/musl/src/internal/
H A Dvdso.c84 if (strcmp(name, strings+syms[i].st_name)) continue; in __vdsosym()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp90 const char *name = elf_strptr(elf, header.sh_link, s->st_name); in get_symbol_offsets()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp806 Elf_Word st_name; member
816 Elf_Word st_name; member
/third_party/elfio/elfio/
H A Delfio_symbols.hpp453 str_reader.get_string( convertor( pSym->st_name ) ); in generic_get_symbol()
482 entry.st_name = convertor( name ); in generic_add_symbol()
/third_party/libbpf/src/
H A Delf.c206 name = elf_strptr(iter->elf, iter->strtabidx, sym->st_name); in elf_sym_iter_next()
225 name = elfio_string_get_string(strstring, sym->st_name); in elf_sym_iter_next()
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc282 elf_strptr(elf_handle, symtab_sheader.sh_link, sym->st_name); in load_()
707 elf_strptr(elf_handle, symtab_sheader.sh_link, sym->st_name);
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc341 const std::string& st_name, in MakeStorageTextureBodyFunction()
347 stmts.emplace_back(Assign("dim", Call("textureDimensions", st_name))); in MakeStorageTextureBodyFunction()
339 MakeStorageTextureBodyFunction( const std::string& func_name, const std::string& st_name, const ast::Type* dim_type, ast::DecorationList decorations) MakeStorageTextureBodyFunction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h167 Elf_Word st_name; // Symbol name (index into string table) member
178 Elf_Word st_name; // Symbol name (index into string table) member
249 uint32_t Offset = this->st_name;
252 "st_name (0x%" PRIx32

Completed in 19 milliseconds

123