Move section-in-segment.c to generic/
[centaur.git] / src / printing / sections.c
index 3cdf270a757e857546fa67cb717102fa63c613b5..71431d14c606c1e9f34b6146681680b39f4f138b 100644 (file)
@@ -31,7 +31,7 @@ void printSegmentsWithSection(Elf *e, Elf_Scn *scn)
       continue;
     }
 
-    if (elfu_ePhdrContainsScn(&phdr, &shdr)) {
+    if (elfu_gPhdrContainsScn(&phdr, &shdr)) {
       printf("     %d %s\n", i, segmentTypeStr(phdr.p_type));
     }
   }