Searched refs:strtab_size (Results 1 – 5 of 5) sorted by relevance
61 size_t strtab_size; member285 ar->strtab_size = entry_size; in _ar_read_header()316 if (ar->strtab == NULL || number >= ar->strtab_size) { in _ar_read_header()558 size = ar->strtab_size; in ar_parse_gnu_filename_table()
748 uint64_t e_shoff, strtab_offset, strtab_size; in find_elf_data_sec() local812 strtab_size = (*dec64)( in find_elf_data_sec()817 strtab_size = (*dec32)( in find_elf_data_sec()820 if (strtab_size < 6 || strtab_size > SIZE_MAX) in find_elf_data_sec()829 h = __archive_read_ahead(a, strtab_size, NULL); in find_elf_data_sec()834 for (size_t offset = 0; offset < strtab_size - 6; offset++) { in find_elf_data_sec()
60 extern size_t strtab_size(const strtab_t *);
201 strtab_size(const strtab_t *sp) in strtab_size() function
728 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()