Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, Can we get from .ko files or .o files, the list of c files that have made e.g. Let a.ko is composed of g.c and m.c and similarily b.o ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    23

    Info from .ko or .o files

    Hi,

    Can we get from .ko files or .o files, the list of c files that have made e.g.

    Let a.ko is composed of g.c and m.c and similarily b.o is composed of g.c and m.c,
    Can we find c files from .o or .ko files means which c files result in .o or .o files?

    Regards,
    dinky

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    452
    your best bet would be, to go look at the source code
    if these are kernel modules, try /usr/src/linux/drivers
    the sun is new every day (heraclitus)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...