Searched refs:elf (Results 1 – 1 of 1) sorted by relevance
264 static const char *sec_name(struct elf_info *elf, int secindex);268 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument270 const char *secname = sec_name(elf, sec); in export_from_secname()286 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument288 if (sec == elf->export_sec) in export_from_sec()290 else if (sec == elf->export_unused_sec) in export_from_sec()292 else if (sec == elf->export_gpl_sec) in export_from_sec()294 else if (sec == elf->export_unused_gpl_sec) in export_from_sec()296 else if (sec == elf->export_gpl_future_sec) in export_from_sec()754 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() argument[all …]