Neither Haiku nor BeOS >=R4 store resources in an ELF section but in an extended attribute.

This commit is contained in:
2018-03-15 13:25:43 +00:00
parent bdecb2d0d8
commit 049a9135c0

View File

@@ -183,8 +183,6 @@ namespace libexeinfo
".taglist",
// This section, which appears in object files only (not executable or shared objects), contains one entry for each entry in the .tags section. Each entry has STB_LOCAL binding and is of type STT_NOTYPE. The st_shndx and st_value fields of the entries specify the index of the section and the section offset to which the tag applies, respectively.
".tagsym",
// This section on some operating systems (e.g. BeOS) contains application resources
".rsrc"
};
}
}