Searched refs:strtab_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h60 extern size_t strtab_size(const strtab_t *);
H A Dstrtab.c201 strtab_size(const strtab_t *sp) function
H A Dctf.c650 h.cth_strlen = strtab_size(&buf->ctb_strtab);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c57 size_t strtab_size; member in struct:ar
294 ar->strtab_size = entry_size;
319 if (ar->strtab == NULL || number > ar->strtab_size) {
505 size = ar->strtab_size;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c4407 size_t strtab_size;
4464 strtab_size = 0;
4511 strtab_size = 0;
4523 strtab_size = 0;
4534 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0;
4536 group_name = sym->st_name < strtab_size
4829 unsigned long strtab_size; /* Size of string table. */
4836 unsigned long strtab_size,
4861 *symname = (best->st_name >= strtab_size
4885 aux->strtab_size, t
4404 size_t strtab_size; local
4826 unsigned long strtab_size; /* Size of string table. */ member in struct:ia64_unw_aux_info
4830 find_symbol_for_address(Elf_Internal_Sym *symtab, unsigned long nsyms, const char *strtab, unsigned long strtab_size, struct absaddr addr, const char **symname, bfd_vma *offset) argument
5235 unsigned long strtab_size; /* Size of string table. */ member in struct:hppa_unw_aux_info
7154 unsigned long int strtab_size = 0; local
9001 size_t strtab_size; local
[all...]

Completed in 166 milliseconds