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