Searched refs:elf_sec__name (Results 1 – 1 of 1) sorted by relevance
821 static inline const char *elf_sec__name(const GElf_Shdr *shdr, in elf_sec__name() function830 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text()836 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data()1196 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym()