/third_party/boost/boost/dll/detail/ |
D | elf_info.hpp | 71 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/ |
D | elfxx.c | 138 (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/ |
D | IceELFSection.cpp | 162 SymInfo.st_name = StrTab->getIndex(Name.toString()); in updateIndices() 171 SymInfo.st_name = StrTab->getIndex(Name); in updateIndices()
|
D | IceELFSection.h | 336 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap() 346 Str.writeELFWord<IsELF64>(SymInfo.st_name); in writeSymbolMap()
|
/third_party/elfio/elfio/ |
D | elfio_symbols.hpp | 334 str_reader.get_string( convertor( pSym->st_name ) ); in generic_get_symbol() 363 entry.st_name = convertor( name ); in generic_add_symbol()
|
D | elf_types.hpp | 806 Elf_Word st_name; member 816 Elf_Word st_name; member
|
/third_party/musl/src/internal/ |
D | vdso.c | 84 if (strcmp(name, strings+syms[i].st_name)) continue; in __vdsosym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 111 if (strcmp(name, vdso_info.strings+vdso_info.syms[i].st_name)) continue; in __get_vdso_addr()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 184 Elf32_Word st_name; /* String table index of name. */ member
|
D | freebsd-elf64.h | 195 Elf64_Word st_name; /* String table index of name. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 184 Elf32_Word st_name; /* String table index of name. */ member
|
D | freebsd-elf64.h | 195 Elf64_Word st_name; /* String table index of name. */ member
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | native.cpp | 90 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/ |
D | ELFTypes.h | 167 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/ |
D | test_inspector_builder.cc | 341 const std::string& st_name, in MakeStorageTextureBodyFunction() argument 347 stmts.emplace_back(Assign("dim", Call("textureDimensions", st_name))); in MakeStorageTextureBodyFunction()
|
D | test_inspector_builder.h | 358 const std::string& st_name,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 825 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/ |
D | parse_vdso.c | 250 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/ |
D | ELF.h | 992 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/ |
D | ac_rtld.c | 217 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()
|
D | ac_rgp_elf_object_pack.c | 338 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/ |
D | elf_mem_image.cc | 352 const char *const symbol_name = image->GetDynstr(symbol->st_name); in Update()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 352 const char *const symbol_name = image->GetDynstr(symbol->st_name); in Update()
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 90 CHECK_FIELD(st_name); in elf_sym_header_checks()
|
/third_party/musl/ldso/ |
D | dynlink.c | 248 && (!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()
|