| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.h | 203 CORE_ADDR textaddr, unsigned int textsize,
|
| coffread.c | 53 CORE_ADDR textaddr = 0; /* Addr of .text section. */ member in struct:coff_symfile_info 217 TEXTADDR is the address of the text section. 228 CORE_ADDR textaddr, unsigned int textsize, 241 DBX_TEXT_ADDR (objfile) = textaddr; 320 csi->textaddr = bfd_section_vma (sectp); 812 info->textaddr, info->textsize,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.h | 203 CORE_ADDR textaddr, unsigned int textsize,
|
| coffread.c | 53 CORE_ADDR textaddr = 0; /* Addr of .text section. */ member in struct:coff_symfile_info 217 TEXTADDR is the address of the text section. 228 CORE_ADDR textaddr, unsigned int textsize, 242 DBX_TEXT_ADDR (objfile) = textaddr; 321 csi->textaddr = bfd_section_vma (sectp); 813 info->textaddr, info->textsize,
|