Searched refs:note_section (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-arm.c | 283 bfd_arm_update_notes (abfd, note_section) in bfd_arm_update_notes() argument 285 const char * note_section; 296 arm_arch_section = bfd_get_section_by_name (abfd, note_section); 345 note_section, bfd_get_filename (abfd)); 382 bfd_arm_get_mach_from_notes (abfd, note_section) in bfd_arm_get_mach_from_notes() argument 384 const char * note_section; 395 arm_arch_section = bfd_get_section_by_name (abfd, note_section);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | cpu-arm.c | 268 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument 279 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes() 325 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes() 363 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument 374 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | git-deltatool | 131 my $section = $self->note_section($log) or return; 264 sub note_section {
|