Modularity example




objdump usage: 

   objdump  

Display information from object .

Selected options:

  -x, --all-headers        Display the contents of all headers

  -d, --disassemble        Display assembler contents of executable sections
  -S, --source             Intermix source code with disassembly

  -t, --syms               Display the contents of the symbol table(s)
  -T, --dynamic-syms       Display the contents of the dynamic symbol table

  -r, --reloc              Display the relocation entries in the file
  -R, --dynamic-reloc      Display the dynamic relocation entries in the file

  -i, --info               List object formats and architectures supported
  -H, --help               Display this information