Lines Matching defs:section

76     /* Length (in bytes) of the section of the symbol table devoted to
77 this file's symbols (actually, the section bracketed may contain
434 int section;
441 section = SECT_OFF_TEXT (objfile);
446 section = SECT_OFF_DATA (objfile);
451 section = SECT_OFF_BSS (objfile);
456 section = -1;
462 section = SECT_OFF_DATA (objfile);
470 section = SECT_OFF_DATA (objfile);
479 section = SECT_OFF_TEXT (objfile);
500 section = SECT_OFF_DATA (objfile);
505 section = SECT_OFF_BSS (objfile);
510 section = -1;
520 (name, address, ms_type, NULL, section, bfd_section, objfile);
650 error ("Can't find .text section in symbol file");
820 file_ptr filepos = symbuf_sections->section->filepos;
823 symbuf_left = bfd_section_size (sym_bfd, symbuf_sections->section);
1042 /* BFD symbols are section relative. */
1252 /* FIXME: jimb/2003-09-12: We don't apply the right section's offset
1254 variable doesn't give us any indication of which section it's in,
1259 We could certainly find out which section contains the variable
1268 section's offset is appropriate for all global and static
1270 section's offset if there is no .data section, and then to the
1271 .rodata section's offset. */
1312 symbol lists. This last is a large section of code, so
1680 /* Main processing section for debugging symbols which
2157 /* If we're handling an ELF file, drag some section-relocation info
2453 /* Read in a defined section of a specific object file's symbols. */
2477 elfstab_offset_sections() which initializes the psymtab section
2613 section. */
2970 .stab "foo:V...",N_STSYM is relative (section base subtracted).
3230 TEXTADDR is the address of the text section.
3231 TEXTSIZE is the size of the text section.
3234 .stabstr section exists.
3289 stabsize = bfd_section_size (sym_bfd, stabsects->section);
3291 DBX_SYMTAB_OFFSET (objfile) = stabsects->section->filepos;
3300 stabsize = bfd_section_size (sym_bfd, stabsect->section);
3304 DBX_SYMTAB_OFFSET (objfile) = stabsects->section->filepos;
3307 symbuf_left = bfd_section_size (sym_bfd, stabsects->section);
3326 STABSECT is the BFD section information for the .stab section.
3328 .stabstr section exists.
3392 table and normal symbol entries won't be in the ".stab" section; but in
3413 STAB_NAME is the name of the section that contains the stabs.
3414 STABSTR_NAME is the name of the section that contains the stab strings.
3436 error ("stabsect_build_psymtabs: Found stabs (%s), but not string section (%s)",
3445 error ("Can't find %s section in symbol file", text_name);
3464 stabstrsect, /* bfd section */
3466 0, /* offset into section */