Searched refs:strtab (Results 1 – 14 of 14) sorted by relevance
/third_party/libunwind/src/ |
D | elfxx.c | 99 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 …]
|
D | os-linux.c | 76 cur_map->ei.strtab = NULL; in maps_create_list()
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 43 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/ |
D | slice_intern.cc | 90 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/ |
D | ac_rgp_elf_object_pack.c | 282 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/ |
D | hello_32_o.txt | 34 [10] .strtab STRTAB 00000000 000340 000013 00 0 0 1
|
D | hello_64_o.txt | 49 [12] .strtab STRTAB 0000000000000000 00000570
|
D | test_ppc_o.txt | 39 [15] .strtab STRTAB 00000000 000668 00014f 00 0 0 1
|
D | hello_64.txt | 81 [28] .strtab STRTAB 0000000000000000 000017e8
|
D | hello_32.txt | 51 [27] .strtab STRTAB 00000000 001018 000259 00 0 0 1
|
D | test_ppc.txt | 54 [30] .strtab STRTAB 00000000 001774 0003cc 00 0 0 1
|
/third_party/libunwind/include/ |
D | libunwind_i.h | 335 char* strtab; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 660 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/ |
D | symbolize_elf.inc | 660 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,
|