Home
last modified time | relevance | path

Searched refs:strtab (Results 1 – 14 of 14) sorted by relevance

/third_party/libunwind/src/
Delfxx.c99 char *strtab; in elf_w() local
118 strtab = elf_w (string_table) (ei, shdr->sh_link); in elf_w()
119 if (!strtab) in elf_w()
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()
175 char *strtab; in elf_w() local
195 strtab = elf_w (string_table) (ei, shdr->sh_link); in elf_w()
196 if (!strtab) { in elf_w()
214 strncpy (buf, strtab + sym->st_name, buf_sz); in elf_w()
[all …]
Dos-linux.c76 cur_map->ei.strtab = NULL; in maps_create_list()
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c43 char *strtab; in find_gp() local
77 strtab = (char *) edi->ei.image + str_shdr->sh_offset; in find_gp()
80 if (strcmp (strtab + shdr->sh_name, ".opd") == 0 in find_gp()
/third_party/grpc/src/core/lib/slice/
Dslice_intern.cc90 InternedSliceRefcount** strtab; in grow_shard() local
93 strtab = static_cast<InternedSliceRefcount**>( in grow_shard()
100 s->bucket_next = strtab[idx]; in grow_shard()
101 strtab[idx] = s; in grow_shard()
105 shard->strs = strtab; in grow_shard()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c282 char strtab[sizeof(".strtab")]; member
297 .strtab = ".strtab",
438 sec_hdr[1].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->strtab; in ac_rgp_file_write_elf_object()
/third_party/elfio/tests/elf_examples/
Dhello_32_o.txt34 [10] .strtab STRTAB 00000000 000340 000013 00 0 0 1
Dhello_64_o.txt49 [12] .strtab STRTAB 0000000000000000 00000570
Dtest_ppc_o.txt39 [15] .strtab STRTAB 00000000 000668 00014f 00 0 0 1
Dhello_64.txt81 [28] .strtab STRTAB 0000000000000000 000017e8
Dhello_32.txt51 [27] .strtab STRTAB 00000000 001018 000259 00 0 0 1
Dtest_ppc.txt54 [30] .strtab STRTAB 00000000 001774 0003cc 00 0 0 1
/third_party/libunwind/include/
Dlibunwind_i.h335 char* strtab; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc660 ptrdiff_t relocation, const ElfW(Shdr) * strtab, const ElfW(Shdr) * symtab,
742 const size_t off = strtab->sh_offset + best_match.st_name;
753 // strtab->sh_offset points into .strtab-like section that contains
761 // we tried to read past the EOF (n_read < out_size) and .strtab is
779 ElfW(Shdr) strtab;
805 obj.fd, &strtab, sizeof(strtab),
810 FindSymbol(pc, obj.fd, out, out_size, relocation, &strtab, &symtab,
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc660 ptrdiff_t relocation, const ElfW(Shdr) * strtab, const ElfW(Shdr) * symtab,
732 const size_t off = strtab->sh_offset + best_match.st_name;
743 // strtab->sh_offset points into .strtab-like section that contains
751 // we tried to read past the EOF (n_read < out_size) and .strtab is
769 ElfW(Shdr) strtab;
795 obj.fd, &strtab, sizeof(strtab),
800 FindSymbol(pc, obj.fd, out, out_size, relocation, &strtab, &symtab,