Home
last modified time | relevance | path

Searched refs:do_sections (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dirix-core.c60 static int do_sections
118 do_sections (abfd, coreout) in do_sections() function
240 if (! do_sections (abfd, & coreout))
H A DChangeLog-02036643 * 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 Dirix-core.c102 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 DChangeLog-20042829 * irix-core.c (do_sections, make_bfd_asection): ..
H A DChangeLog-20053848 * irix-core.c (do_sections): Replace + by | in expression.
H A DChangeLog-02036643 * 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 Dreadelf.c153 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 Dreadelf.c143 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 Dmach_o.py1706 def do_sections(self, line): member in Mach.Interactive