Lines Matching refs:secstrings
244 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec()
267 if (strcmp(info->secstrings + info->sechdrs[i].sh_name, in find_any_unique_sec()
309 if (strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_any_sec()
1609 info->secstrings, in apply_relocations()
1691 const char *sname = info->secstrings + s->sh_name; in __layout_sections()
1965 char *secstrings; in elf_validity_cache_secstrings() local
1986 secstrings = (void *)info->hdr + strhdr->sh_offset; in elf_validity_cache_secstrings()
1991 if (secstrings[strhdr->sh_size - 1] != '\0') { in elf_validity_cache_secstrings()
2008 info->secstrings = secstrings; in elf_validity_cache_secstrings()
2753 sname = info->secstrings + shdr->sh_name; in move_module()
2799 (long)shdr->sh_size, info->secstrings + shdr->sh_name); in move_module()
2849 char *secstrings, in module_frob_arch_sections() argument
2883 info->secstrings, info->mod); in layout_and_allocate()
2888 info->secstrings, info->mod); in layout_and_allocate()
2900 module_mark_ro_after_init(info->hdr, info->sechdrs, info->secstrings); in layout_and_allocate()