Searched refs:secstrs (Results 1 – 5 of 5) sorted by relevance
45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local49 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local61 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
513 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local517 if (!strcmp(".altinstructions", secstrs + s->sh_name)) in module_finalize()519 if (!strcmp(".orc_unwind", secstrs + s->sh_name)) in module_finalize()521 if (!strcmp(".orc_unwind_ip", secstrs + s->sh_name)) in module_finalize()523 if (!strcmp(".ftrace_trampoline", secstrs + s->sh_name)) in module_finalize()
402 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local405 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section()419 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local427 const char *secname = secstrs + s->sh_name; in module_finalize()
Completed in 7 milliseconds