Home
last modified time | relevance | path

Searched refs:string_table_length (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-00011040 * readelf.c (string_table_length): New variable.
1044 string_table_offset. Set the value of string_table_length
1047 (process_file): Set string_table_length to 0 when it is freed.
H A Dreadelf.c285 uint64_t string_table_length; member
420 && hdr->sh_name < filedata->string_table_length); in section_name_valid()
906 if (sec->sh_name >= filedata->string_table_length) in printable_section_name()
7690 filedata->string_table_length = filedata->string_table != NULL ? section->sh_size : 0; in process_section_headers()
11896 section.sh_name = filedata->string_table_length; in process_dynamic_section()
14206 strtab_size = filedata->string_table_length; in process_symbol_table()
16850 filedata->string_table_length in load_debug_section()
H A DChangeLog-2005593 Ensure string_table_length is 0 if string_table == NULL.
H A DChangeLog-2017264 (current_file_size, string_table, string_table_length, elf_header)
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-00011040 * readelf.c (string_table_length): New variable.
1044 string_table_offset. Set the value of string_table_length
1047 (process_file): Set string_table_length to 0 when it is freed.
H A Dreadelf.c280 unsigned long string_table_length; member
384 && hdr->sh_name < filedata->string_table_length); in section_name_valid()
394 if (hdr->sh_name >= filedata->string_table_length) in section_name_print()
7142 filedata->string_table_length = filedata->string_table != NULL ? section->sh_size : 0; in process_section_headers()
11350 section.sh_name = filedata->string_table_length; in process_dynamic_section()
13617 strtab_size = filedata->string_table_length; in process_symbol_table()
16123 filedata->string_table_length in load_debug_section()
H A DChangeLog-2005593 Ensure string_table_length is 0 if string_table == NULL.
H A DChangeLog-2017264 (current_file_size, string_table, string_table_length, elf_header)
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git88532 archive_file_size, string_table_length, dynamic_addr,