Searched refs:the_section (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | hw_init.c | 318 asection *the_section, in update_for_binary_section() argument 327 if (! (bfd_section_flags (the_section) & SEC_ALLOC)) in update_for_binary_section() 331 section_size = bfd_section_size (the_section); in update_for_binary_section() 336 section_vma = bfd_section_vma (the_section); in update_for_binary_section() 340 bfd_section_name (the_section), in update_for_binary_section() 343 (long)bfd_section_flags (the_section), in update_for_binary_section() 344 bfd_section_flags (the_section) & SEC_LOAD ? " LOAD" : "", in update_for_binary_section() 345 bfd_section_flags (the_section) & SEC_CODE ? " CODE" : "", in update_for_binary_section() 346 bfd_section_flags (the_section) & SEC_DATA ? " DATA" : "", in update_for_binary_section() 347 bfd_section_flags (the_section) & SEC_ALLOC ? " ALLOC" : "", in update_for_binary_section() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | section.texi | 559 func (abfd, the_section, obj); 685 func (abfd, the_section, obj); 706 operation (abfd, the_section, obj);
|
| H A D | bfd.info | 1999 func (abfd, the_section, obj); 2113 func (abfd, the_section, obj); 2132 operation (abfd, the_section, obj);
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | section.texi | 769 func (abfd, the_section, obj); 929 func (abfd, the_section, obj); 956 operation (abfd, the_section, obj);
|
| H A D | bfd.info | 2407 func (abfd, the_section, obj); 2536 func (abfd, the_section, obj); 2558 operation (abfd, the_section, obj);
|