Lines Matching refs:sect
678 for sect in sections :
679 datap = sect.find("sh_name:");
682 section = sect[datap:].split()[1]
683 datap = sect.find("sh_type:");
687 sh_type = sect[datap:].split()[2]
838 for sect in sections :
839 if not sect in e2_only_sections :
840 e1_only_sections.append(sect)
842 e2_only_sections.remove(sect)
851 for sect in e1_only_sections :
852 slist = slist + sect + "\t"
867 for sect in e2_only_sections :
868 slist = slist + sect + "\t"
885 for sect in sections :
887 if sect in sections_to_skip :
891 s1 = extract_elf_section(base, sect);
896 s2 = extract_elf_section(ptch, sect);
902 sh_type = base_header[sect]
904 sect, sh_type)
912 "ELF " + sect, data)
914 difference(fileName, "ELF " + sect,