Lines Matching defs:section

114 /* Fill symbol->section with section ptr
115 symbol->section is filled with the section index for defined symbols
116 during reading the GSD/EGSD section. But we need the pointer to the
117 bfd section later.
119 It has the correct value for referenced (undefined section) symbols
130 sec = sym->section;
136 /* Fill forward references (these contain section number, not section ptr). */
138 sec = ((vms_symbol_entry *) entry)->symbol->section =
162 /* Traverse symbol table and fill in all section pointers. */
164 /* Can't provide section count as argument to fill_section_ptr(). */
461 /* Called when a new section is created. */
464 vms_new_section_hook (bfd * abfd, asection *section)
471 abfd, section->index, section->name, section_count);
473 bfd_set_section_alignment (abfd, section, 4);
487 PRIV (sections)[section->index] = section;
489 vms_debug (7, "%d: %s\n", section->index, section->name);
495 /* Read the contents of a section.
497 section data (starting at offset into section) */
501 asection *section ATTRIBUTE_UNUSED,
508 abfd, section->name, buf, offset, (int)buf_size);
515 /* Read the contents of a section.
517 section data (starting at offset into section). */
521 asection *section ATTRIBUTE_UNUSED,
528 abfd, section->name, w, offset, (int)count);
584 /* Called to copy BFD private section data from one object file
869 const char *section_name = symbol->section->name;
904 sec = symbol->section;
927 ret->value = symbol->value + symbol->section->vma;
958 /* Provided a BFD, a section and an offset into the section, calculate and
964 asection *section ATTRIBUTE_UNUSED,
973 abfd, section->name, symbols, (long int)offset);
1041 associated with section sect attached to bfd abfd.
1046 asection *section ATTRIBUTE_UNUSED)
1049 vms_debug (1, "vms_get_reloc_upper_bound (%p, %s)\n", abfd, section->name);
1062 asection *section ATTRIBUTE_UNUSED,
1067 vms_debug (1, "vms_canonicalize_reloc (%p, %s, <ret>, <ret>)\n", abfd, section->name);
1088 vms_debug (2, "In section %s, symbol %s\n",
1378 /* Sets the contents of the section section in BFD abfd to the data starting
1379 in memory at data. The data is written to the output section starting at
1383 o bfd_error_no_contents - The output section does not have the
1389 asection *section,
1396 abfd, section->name, location, (long int)offset, (int)count);
1397 vms_debug (2, "size %d\n", (int) section->size);
1399 return _bfd_save_vms_section (abfd, section, location, offset, count);
1404 /* Get the size of the section headers. */
1438 asection *section ATTRIBUTE_UNUSED,
1444 abfd, section->name, link_info);
1504 section of the BFD. */
1516 /* Should this section be split up into smaller pieces during linking. */
1520 asection *section ATTRIBUTE_UNUSED)
1523 vms_debug (1, "vms_bfd_link_split_section (%p, %s)\n", abfd, section->name);