Lines Matching refs:sec
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()
851 const char *sec = sech_name(elf, sechdr); in check_section() local
855 !match(sec, section_white_list)) { in check_section()
860 modname, sec); in check_section()
1273 const char *sec) in find_elf_symbol2() argument
1285 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()
1558 static void find_extable_entry_size(const char* const sec, const Elf_Rela* r) in find_extable_entry_size() argument