Home
last modified time | relevance | path

Searched refs:st_name (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/boost/dll/detail/
Delf_info.hpp71 boost::uint32_t st_name; /* Symbol name (string tbl index) */ member
83 boost::uint32_t st_name; /* Symbol name (string tbl index) */ member
231 ret.push_back(&text[0] + symbols[i].st_name); in symbols()
279 ret.push_back(&text[0] + symbols[i].st_name); in symbols()
/third_party/libunwind/src/
Delfxx.c138 (long) val, sym->st_info, strtab + sym->st_name); in elf_w()
143 strncpy (buf, strtab + sym->st_name, buf_len); in elf_w()
145 ret = (strlen (strtab + sym->st_name) >= buf_len in elf_w()
214 strncpy (buf, strtab + sym->st_name, buf_sz); in elf_w()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp162 SymInfo.st_name = StrTab->getIndex(Name.toString()); in updateIndices()
171 SymInfo.st_name = StrTab->getIndex(Name); in updateIndices()
DIceELFSection.h336 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap()
346 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap()
/third_party/elfio/elfio/
Delfio_symbols.hpp334 str_reader.get_string( convertor( pSym->st_name ) ); in generic_get_symbol()
363 entry.st_name = convertor( name ); in generic_add_symbol()
Delf_types.hpp806 Elf_Word st_name; member
816 Elf_Word st_name; member
/third_party/musl/src/internal/
Dvdso.c84 if (strcmp(name, strings+syms[i].st_name)) continue; in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr()
/third_party/libunwind/include/win/
Dfreebsd-elf32.h184 Elf32_Word st_name; /* String table index of name. */ member
Dfreebsd-elf64.h195 Elf64_Word st_name; /* String table index of name. */ member
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h184 Elf32_Word st_name; /* String table index of name. */ member
Dfreebsd-elf64.h195 Elf64_Word st_name; /* String table index of name. */ member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp90 const char *name = elf_strptr(elf, header.sh_link, s->st_name); in get_symbol_offsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h167 Elf_Word st_name; // Symbol name (index into string table)
178 Elf_Word st_name; // Symbol name (index into string table)
249 uint32_t Offset = this->st_name;
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.cc341 const std::string& st_name, in MakeStorageTextureBodyFunction() argument
347 stmts.emplace_back(Assign("dim", Call("textureDimensions", st_name))); in MakeStorageTextureBodyFunction()
Dtest_inspector_builder.h358 const std::string& st_name,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h825 Elf32_Word st_name; // Symbol name (index into string table) member
845 Elf64_Word st_name; // Symbol name (index into string table) member
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c250 if (strcmp(name, vdso_info.symstrings + sym->st_name)) in vdso_sym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h992 Elf32_Word st_name; // Symbol name (index into string table) member
1012 Elf64_Word st_name; // Symbol name (index into string table) member
/third_party/mesa3d/src/amd/common/
Dac_rtld.c217 s.name = elf_strptr(part->elf, strtabidx, symbol->st_name); in read_private_lds_symbols()
664 const char *symbol_name = elf_strptr(part->elf, strtabidx, sym->st_name); in apply_relocs()
Dac_rgp_elf_object_pack.c338 elf_sym.st_name = rgp_elf_hw_stage_string_offset in ac_rgp_file_write_elf_symbol_table()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc352 const char *const symbol_name = image->GetDynstr(symbol->st_name); in Update()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc352 const char *const symbol_name = image->GetDynstr(symbol->st_name); in Update()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp90 CHECK_FIELD(st_name); in elf_sym_header_checks()
/third_party/musl/ldso/
Ddynlink.c248 && (!strcmp(s, strings+syms[i].st_name))) in sysv_lookup()
267 && !strcmp(s, dso->strings + dso->syms[i].st_name)) in gnu_lookup()
381 name = strings + sym->st_name; in do_relocs()
2233 info->dli_sname = strings + bestsym->st_name; in dladdr()

12