Home
last modified time | relevance | path

Searched defs:strtab_size (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.c205 strtab_size(const strtab_t *sp) in strtab_size() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-coff.c301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab()
348 size_t strtab_size; in simple_object_coff_find_sections() local
H A Dsimple-object-xcoff.c364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab()
412 size_t strtab_size; in simple_object_xcoff_find_sections() local
H A Dsimple-object-mach-o.c430 size_t strtab_size; in simple_object_mach_o_segment() local
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dpecoff.c297 const unsigned char *strtab, size_t strtab_size) in coff_expand_symbol()
336 const unsigned char *strtab, size_t strtab_size, in coff_initialize_syminfo()
H A Dxcoff.c565 const unsigned char *strtab, size_t strtab_size) in xcoff_symname()
591 const unsigned char *strtab, size_t strtab_size, in xcoff_initialize_syminfo()
867 const unsigned char *strtab, size_t strtab_size, in xcoff_initialize_fileline()
H A Delf.c569 const unsigned char *strtab, size_t strtab_size, in elf_initialize_syminfo()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-coff.c301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab()
348 size_t strtab_size; in simple_object_coff_find_sections() local
H A Dsimple-object-xcoff.c364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab()
412 size_t strtab_size; in simple_object_xcoff_find_sections() local
H A Dsimple-object-mach-o.c430 size_t strtab_size; in simple_object_mach_o_segment() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-coff.c301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab()
348 size_t strtab_size; in simple_object_coff_find_sections() local
H A Dsimple-object-xcoff.c364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab()
412 size_t strtab_size; in simple_object_xcoff_find_sections() local
H A Dsimple-object-mach-o.c430 size_t strtab_size; in simple_object_mach_o_segment() local
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-coff.c301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab()
348 size_t strtab_size; in simple_object_coff_find_sections() local
H A Dsimple-object-xcoff.c364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab()
412 size_t strtab_size; in simple_object_xcoff_find_sections() local
H A Dsimple-object-mach-o.c430 size_t strtab_size; in simple_object_mach_o_segment() local
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dpecoff.c297 const unsigned char *strtab, size_t strtab_size) in coff_expand_symbol()
336 const unsigned char *strtab, size_t strtab_size, in coff_initialize_syminfo()
H A Dxcoff.c566 const unsigned char *strtab, size_t strtab_size) in xcoff_symname()
591 const unsigned char *strtab, size_t strtab_size, in xcoff_initialize_syminfo()
866 const unsigned char *strtab, size_t strtab_size, in xcoff_initialize_fileline()
H A Delf.c631 const unsigned char *strtab, size_t strtab_size, in elf_initialize_syminfo()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c402 valid_symbol_name (const char *strtab, size_t strtab_size, uint64_t offset) in valid_symbol_name()
7861 size_t strtab_size; in process_section_groups() local
8542 unsigned long strtab_size, in find_symbol_for_address()
8628 unsigned long strtab_size; /* Size of string table. */ member
9089 unsigned long strtab_size; /* Size of string table. */ member
9437 unsigned long strtab_size; /* Size of string table. */ member
12969 unsigned long int strtab_size, in get_symbol_version_string()
13165 char *strtab, size_t strtab_size) in print_dynamic_symbol()
13572 unsigned long int strtab_size = 0; in process_symbol_table() local
19198 size_t strtab_size; in process_gnu_liblist() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c439 valid_symbol_name (const char *strtab, size_t strtab_size, uint64_t offset) in valid_symbol_name()
8408 size_t strtab_size; in process_section_groups() local
9092 uint64_t strtab_size, in find_symbol_for_address()
9178 uint64_t strtab_size; /* Size of string table. */ member
9640 uint64_t strtab_size; /* Size of string table. */ member
9989 uint64_t strtab_size; /* Size of string table. */ member
13467 size_t strtab_size, in get_symbol_version_string()
13667 size_t strtab_size) in print_symbol()
14160 uint64_t strtab_size = 0; in process_symbol_table() local
19936 size_t strtab_size; in process_gnu_liblist() local
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc2310 section_size_type strtab_size; in do_count_local_symbols() local
2783 section_size_type strtab_size; in write_local_symbols() local
H A Ddynobj.cc253 off_t strtab_size) in read_dynamic()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.cc2310 section_size_type strtab_size; in do_count_local_symbols() local
2783 section_size_type strtab_size; in write_local_symbols() local
H A Ddynobj.cc253 off_t strtab_size) in read_dynamic()