Reply by Michael Dunn April 15, 20082008-04-15
Arun,

On 4/15/08, Arun Kumar Shukla wrote:
>
> Hi,
>
> I want to fetch variable's detail information from .out file (means Common
> Object File Format COFF).
> I have address of the variable or symbol from.map file.
> The informations about symbol what i want to fetch are:
>
> Type (if structure then all members)
> is there any tool who can fetch these detailed information from .out file?
I don't think you can get member names without a header file.
Have you looked at ofd6x.exe?? It will give you 'lots of info', I don't
think that you can get structure members - although you can get the memory
size.

Info like -

<228> "_MyStruct" (defined in section ".bss")
Value: 0x00001818 Kind: defined
Binding: global Type: object
Storage Class: C_EXT Basic Type: struct
Size: 384 bits Tag Index: 173

<230> "_SideB" (defined in section ".bss")
Value: 0x00001848 Kind: defined
Binding: global Type: object
Storage Class: C_EXT Basic Type: int
Derived Type 1: array Size: 6400 bits
Dimensions: [200][0][0][0]

I used

'C:\CCStudio_v3.3\C6000\cgtools\bin\ofd6x.exe -g --ti:funci -v aet.out
>junk1.txt'

to get the above info.

mikedunn

--
> With Regards,
> Arun Kumar Shukla
> @Aricent(Flextronics)
> Web: www.aricent.com
> Mail to: a...@aricent.com

--
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php
Reply by Arun Kumar Shukla April 15, 20082008-04-15
Hi,

I want to fetch variable's detail information from .out file (means Common
Object File Format COFF).
I have address of the variable or symbol from.map file.
The informations about symbol what i want to fetch are:

Type (if structure then all members)
is there any tool who can fetch these detailed information from .out file?

--
With Regards,
Arun Kumar Shukla
@Aricent(Flextronics)
Web: www.aricent.com
Mail to: a...@aricent.com