memory management - What is meant by statically relocated or static relocation of a segment -
the elf format executable contains various segments code, data, bss, stack etc. if segment xyz statically relocated mean?
the elf format binary contains relative addresses each segment. when statically relocated mean relative addresses physical addresses?
static relocation means moving data or coding , assigning absolute locations them before program run. ex:- linker example of static relocation moves several modules of program , combine them program.
Comments
Post a Comment