Lines Matching refs:sec
263 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument
265 const char *secname = sec_name(elf, sec); in export_from_secname()
281 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument
283 if (sec == elf->export_sec) in export_from_sec()
285 else if (sec == elf->export_unused_sec) in export_from_sec()
287 else if (sec == elf->export_gpl_sec) in export_from_sec()
289 else if (sec == elf->export_unused_gpl_sec) in export_from_sec()
291 else if (sec == elf->export_gpl_future_sec) in export_from_sec()
838 const char *sec = sech_name(elf, sechdr); in check_section() local
842 !match(sec, section_white_list)) { in check_section()
847 modname, sec); in check_section()
1204 const char *sec) in find_elf_symbol2() argument
1216 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()