Searched refs:secstr (Results 1 – 2 of 2) sorted by relevance
27 char *secstr, struct module *mod) in module_frob_arch_sections() argument33 mod->arch.secstr = secstr; in module_frob_arch_sections()67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
18 const char *secstr; member