Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9259 Elf_Internal_Shdr * string_sec; in process_version_sections() local
9278 string_sec = section_headers + link_section->sh_link; in process_version_sections()
9280 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, 1, in process_version_sections()
9281 string_sec->sh_size, in process_version_sections()
9411 if (ivna.vna_name >= string_sec->sh_size) in process_version_sections()
9475 if (ivda.vda_name >= string_sec->sh_size) in process_version_sections()
10154 Elf_Internal_Shdr * string_sec; in process_symbol_table() local
10156 string_sec = section_headers + section->sh_link; in process_symbol_table()
10158 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, in process_symbol_table()
10159 1, string_sec->sh_size, in process_symbol_table()
[all …]