mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Neither Haiku nor BeOS >=R4 store resources in an ELF section but in an extended attribute.
This commit is contained in:
@@ -183,8 +183,6 @@ namespace libexeinfo
|
|||||||
".taglist",
|
".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.
|
// 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",
|
".tagsym",
|
||||||
// This section on some operating systems (e.g. BeOS) contains application resources
|
|
||||||
".rsrc"
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user