Searched refs:do_sections (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | irix-core.c | 60 static int do_sections 118 do_sections (abfd, coreout) in do_sections() function 240 if (! do_sections (abfd, & coreout))
|
| H A D | ChangeLog-0203 | 6643 * irix-core.c (do_sections, do_sections64): New functions. 6644 (irix_core_core_file_p): Call new functions do_sections,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | irix-core.c | 102 do_sections (bfd *abfd, struct coreout *coreout) in do_sections() function 220 if (! do_sections (abfd, & coreout)) in irix_core_core_file_p()
|
| H A D | ChangeLog-2004 | 2829 * irix-core.c (do_sections, make_bfd_asection): ..
|
| H A D | ChangeLog-2005 | 3848 * irix-core.c (do_sections): Replace + by | in expression.
|
| H A D | ChangeLog-0203 | 6643 * irix-core.c (do_sections, do_sections64): New functions. 6644 (irix_core_core_file_p): Call new functions do_sections,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | readelf.c | 153 static int do_sections; variable 3142 do_sections++; in parse_args() 3155 do_sections++; in parse_args() 3160 do_sections++; in parse_args() 3185 do_sections++; in parse_args() 3381 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections in parse_args() 4268 if (do_sections) in process_section_headers() 4274 if (do_sections && !do_header) in process_section_headers() 4423 if (! do_sections) in process_section_headers()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | readelf.c | 143 int do_sections; variable 2504 do_sections++; in parse_args() 2513 do_sections++; in parse_args() 2538 do_sections++; in parse_args() 2735 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections in parse_args() 3473 if (do_sections) in process_section_headers() 3479 if (do_sections && !do_header) in process_section_headers() 3579 if (! do_sections) in process_section_headers()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | mach_o.py | 1706 def do_sections(self, line): member in Mach.Interactive
|