Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 1 of 1) sorted by relevance

/scripts/mod/
Dmodpost.c264 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() argument
270 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() argument
288 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 …]