| 118 | * 1 to ''n'' `vobj` element(s). Note: One vseg can contain at most 1 vobj whose type is `ELF` (for practical purpose, a vobj of type `ELF` will always be the single vobj of its vseg). This is because the virtual address of the vobj is the one of the vseg + the size (and alignment) of previous vobj; besides the virtual base address of the ELF vobj must be the one of the section as defined in the .ld file. Thus, if two vobj of type ELF were in the same vseg, only one could have the vbase address of the vseg. |