Searched refs:elf_sec__name (Results 1 – 1 of 1) sorted by relevance
167 static inline const char *elf_sec__name(const GElf_Shdr *shdr, in elf_sec__name() function176 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text()182 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data()1289 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal()