Lines Matching refs:sec
267 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument
269 const char *secname = sec_name(elf, sec); in export_from_secname()
285 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument
287 if (sec == elf->export_sec) in export_from_sec()
289 else if (sec == elf->export_unused_sec) in export_from_sec()
291 else if (sec == elf->export_gpl_sec) in export_from_sec()
293 else if (sec == elf->export_unused_gpl_sec) in export_from_sec()
295 else if (sec == elf->export_gpl_future_sec) in export_from_sec()
848 const char *sec = sech_name(elf, sechdr); in check_section() local
852 !match(sec, section_white_list)) { in check_section()
857 modname, sec); in check_section()
1269 const char *sec) in find_elf_symbol2() argument
1281 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()
1554 static void find_extable_entry_size(const char* const sec, const Elf_Rela* r) in find_extable_entry_size() argument