Home | History | Annotate | Download | only in binutils

Lines Matching refs:string_sec

13497 	    Elf_Internal_Shdr * string_sec;
13516 string_sec = filedata->section_headers + link_section->sh_link;
13518 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset, 1,
13519 string_sec->sh_size,
13650 if (ivna.vna_name >= string_sec->sh_size)
13710 if (ivda.vda_name >= string_sec->sh_size)
14740 Elf_Internal_Shdr * string_sec;
14742 string_sec = filedata->section_headers + section->sh_link;
14744 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset,
14745 1, string_sec->sh_size,
14747 strtab_size = strtab != NULL ? string_sec->sh_size : 0;
20561 Elf_Internal_Shdr * string_sec;
20593 string_sec = filedata->section_headers + section->sh_link;
20594 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset, 1,
20595 string_sec->sh_size,
20605 strtab_size = string_sec->sh_size;