Searched refs:string_sec (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | readelf.c | 10083 Elf_Internal_Shdr * string_sec; in process_version_sections() local 10102 string_sec = section_headers + link_section->sh_link; in process_version_sections() 10104 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, 1, in process_version_sections() 10105 string_sec->sh_size, in process_version_sections() 10223 if (ivna.vna_name >= string_sec->sh_size) in process_version_sections() 10282 if (ivda.vda_name >= string_sec->sh_size) in process_version_sections() 11167 Elf_Internal_Shdr * string_sec; in process_symbol_table() local 11169 string_sec = section_headers + section->sh_link; in process_symbol_table() 11171 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, in process_symbol_table() 11172 1, string_sec->sh_size, in process_symbol_table() [all …]
|