When checking the disassembly of the object file through the readelf, I see the data and the bss segments contain the same offset address. The data section will contain the intialised global and static variables. BSS will contain un-intialised global and static variables.When checking the disassembly of the object fil