Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
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.
Dreadelf.c177 static unsigned long string_table_length; variable
280 : ((X)->sh_name >= string_table_length ? _("<corrupt>") \
5164 string_table_length = string_table != NULL ? section->sh_size : 0; in process_section_headers()
8383 section.sh_name = string_table_length; in process_dynamic_section()
10150 strtab_size = string_table_length; in process_symbol_table()
15023 string_table_length = 0; in process_object()
DChangeLog-2005593 Ensure string_table_length is 0 if string_table == NULL.