/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | strtab.h | 46 typedef struct strtab { struct 53 ulong_t str_nstrs; /* total number of strings in strtab */ argument 55 } strtab_t; argument
|
/netbsd-src/sys/ddb/ |
H A D | db_elf.c | 244 char *strtab; in db_elf_lookup() local 339 char *strtab; in db_elf_symbol_values() local 387 char *strtab; in db_elf_forall() local
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_write_format_ar.c | 32 static char strtab[] = "abcdefghijklmn.o/\nggghhhjjjrrrttt.o/\niiijjjdddsssppp.o/\n"; variable
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | binary.cc | 169 Stringpool strtab; in sized_convert() local 350 const Stringpool* strtab, in write_symbol()
|
H A D | incremental.cc | 276 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size); in setup_readers() local 584 elfcpp::Elf_strtab strtab(NULL, 0); in do_reserve_layout() local 836 elfcpp::Elf_strtab* strtab) in get_symtab_view() 1055 Unused_symbol_visitor(Incremental_archive_entry* entry, Stringpool* strtab) in Unused_symbol_visitor() 1400 Stringpool* strtab = inputs->get_stringpool(); in do_write() local 1481 Stringpool* strtab) in write_input_files() 1518 Stringpool* strtab, in write_info_blocks() 2147 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local 2490 elfcpp::Elf_strtab strtab(NULL, 0); in do_count_local_symbols() local 2746 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | binary.cc | 169 Stringpool strtab; in sized_convert() local 350 const Stringpool* strtab, in write_symbol()
|
H A D | incremental.cc | 276 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size); in setup_readers() local 584 elfcpp::Elf_strtab strtab(NULL, 0); in do_reserve_layout() local 836 elfcpp::Elf_strtab* strtab) in get_symtab_view() 1055 Unused_symbol_visitor(Incremental_archive_entry* entry, Stringpool* strtab) in Unused_symbol_visitor() 1400 Stringpool* strtab = inputs->get_stringpool(); in do_write() local 1481 Stringpool* strtab) in write_input_files() 1518 Stringpool* strtab, in write_info_blocks() 2147 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local 2490 elfcpp::Elf_strtab strtab(NULL, 0); in do_count_local_symbols() local 2746 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | elf-hints-local.h | 35 uint32_t strtab; /* Offset of string table in file. */ member
|
H A D | ldelfgen.c | 363 struct elf_strtab_hash *strtab; member 410 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab) in ldelf_acquire_strings_for_ctf()
|
/netbsd-src/lib/libc/gen/ |
H A D | nlist_aout.c | 97 char *strtab; in __fdnlist_aout() local
|
H A D | nlist_elf32.c | 95 char *mappedfile, *strtab; in ELFNAMEEND() local
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | elf-hints-local.h | 35 uint32_t strtab; /* Offset of string table in file. */ member
|
H A D | ldelfgen.c | 362 struct elf_strtab_hash *strtab; member 409 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab) in ldelf_acquire_strings_for_ctf()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit() 428 ctf_strs_writable_t *strtab; member 505 ctf_strs_writable_t strtab; in ctf_str_write_strtab() local
|
H A D | ctf-open-bfd.c | 111 const char *strtab = NULL; in ctf_bfdopen_ctfsect() local
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-string.c | 27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit() 426 ctf_strs_writable_t *strtab; member 503 ctf_strs_writable_t strtab; in ctf_str_write_strtab() local
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | kobj_rename.c | 69 char **strtab, size_t *strtabsz) in kobj_renamespace()
|
/netbsd-src/usr.sbin/kvm_mkdb/ |
H A D | nlist_aout.c | 116 char *strtab, buf[1024]; in create_knlist_aout() local
|
H A D | nlist_elf32.c | 100 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp, *strtab; variable
|
/netbsd-src/sys/sys/ |
H A D | kern_ctf.h | 44 const char *strtab; /* Ptr to the string table. */ member
|
/netbsd-src/sys/external/bsd/libfdt/dist/ |
H A D | fdt_sw.c | 246 char *strtab = (char *)fdt + fdt_totalsize(fdt); in fdt_add_string_() local 272 char *strtab = (char *)fdt + fdt_totalsize(fdt); in fdt_find_add_string_() local
|
/netbsd-src/sbin/ldconfig/ |
H A D | ldconfig.c | 378 char *strtab; in buildhints() local 520 char *strtab; in readhints() local
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | symver.c | 177 const char *strtab = obj->strtab; in _rtld_verify_object_versions() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffgen.c | 855 struct bfd_strtab_hash *strtab, in coff_write_auxent_fname() 890 struct bfd_strtab_hash *strtab, in coff_fix_symbol_name() 999 struct bfd_strtab_hash *strtab, in coff_write_symbol() 1092 struct bfd_strtab_hash *strtab, in coff_write_alien_symbol() 1187 struct bfd_strtab_hash *strtab, in coff_write_native_symbol() 1252 struct bfd_strtab_hash *strtab; in coff_write_symbols() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffgen.c | 968 struct bfd_strtab_hash *strtab, in coff_write_auxent_fname() 1003 struct bfd_strtab_hash *strtab, in coff_fix_symbol_name() 1112 struct bfd_strtab_hash *strtab, in coff_write_symbol() 1206 struct bfd_strtab_hash *strtab, in coff_write_alien_symbol() 1301 struct bfd_strtab_hash *strtab, in coff_write_native_symbol() 1366 struct bfd_strtab_hash *strtab; in coff_write_symbols() local
|