+ -
当前位置:首页 → 问答吧 → ELF中的section类型:SHF_ALLOC

ELF中的section类型:SHF_ALLOC

时间:2010-09-06

来源:互联网

本帖最后由 openspace 于 2010-09-06 10:03 编辑

SHF_ALLOC
    The section occupies memory during process execution. Some control sections do not reside in the memory image of an object file; this attribute is off for those sections.

不知道“occupies memory during process execution”该怎么理解
是说进程执行期间不能被换出内存吗?
还是说会在进程地址空间中为其分配内存,建立内存映像,但是可以换出?
而不是该类型的则只是用在ELF文件中提供一些信息用于控制,比如加载,而进程执行期间不需要,
地址空间中也不会有其对应的映像?

作者: openspace   发布时间: 2010-09-06

应该是第二个解释

作者: spongeliu   发布时间: 2010-09-06

热门下载

更多