Lines Matching refs:sect
687 for sect in sections :
688 datap = sect.find("sh_name:");
691 section = sect[datap:].split()[1]
692 datap = sect.find("sh_type:");
696 sh_type = sect[datap:].split()[2]
847 for sect in sections :
848 if not sect in e2_only_sections :
849 e1_only_sections.append(sect)
851 e2_only_sections.remove(sect)
860 for sect in e1_only_sections :
861 slist = slist + sect + "\t"
876 for sect in e2_only_sections :
877 slist = slist + sect + "\t"
894 for sect in sections :
896 if sect in sections_to_skip :
900 s1 = extract_elf_section(base, sect);
905 s2 = extract_elf_section(ptch, sect);
911 sh_type = base_header[sect]
913 sect, sh_type)
921 "ELF " + sect, data)
923 difference(fileName, "ELF " + sect, \