Using ARM objdump(arm-linux-gnueabihf-objdump), I was checking the object file. The objdump output file contains few entries as shown below.
80834400: 80843e53 .word 0x80843e53
80834404: 8084628c .word 0x8084628c
80834408: 80843e61 .word 0x80843e61
8083440c: 80846290 .word 0x80846290
Can you please tell what is the meaning of these entries and its usage.