Lines Matching refs:sect
724 for sect in sections :
725 datap = sect.find("sh_name:");
728 section = sect[datap:].split()[1]
729 datap = sect.find("sh_type:");
733 sh_type = sect[datap:].split()[2]
953 for sect in sections :
954 if not sect in e2_only_sections :
955 e1_only_sections.append(sect)
957 e2_only_sections.remove(sect)
966 for sect in e1_only_sections :
967 slist = slist + sect + "\t"
982 for sect in e2_only_sections :
983 slist = slist + sect + "\t"
1000 for sect in sections :
1002 if sect in sections_to_skip :
1006 s1 = extract_elf_section(base, sect);
1011 s2 = extract_elf_section(ptch, sect);
1016 if not quiet or sect in sections_to_always_diff:
1017 sh_type = base_header[sect]
1019 sect, sh_type)
1032 "ELF " + sect, data)
1034 difference(fileName, "ELF " + sect,