Searched refs:BFD_IN_MEMORY (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfdio.c108 if ((abfd->flags & BFD_IN_MEMORY) != 0)
143 if ((abfd->flags & BFD_IN_MEMORY) != 0)
193 if ((abfd->flags & BFD_IN_MEMORY) != 0)
213 if ((abfd->flags & BFD_IN_MEMORY) != 0)
228 if ((abfd->flags & BFD_IN_MEMORY) != 0)
258 if ((abfd->flags & BFD_IN_MEMORY) != 0)
440 if ((abfd->flags & BFD_IN_MEMORY) != 0)
H A Dbfdwin.c142 && (abfd->flags & BFD_IN_MEMORY) == 0)
H A Dcache.c475 if ((abfd->flags & BFD_IN_MEMORY) != 0)
H A Dopncls.c597 /* FIXME: cagney/2004-02-15: Need to implement a BFD_IN_MEMORY io
599 if (!(abfd->flags & BFD_IN_MEMORY))
721 by converting the BFD to BFD_IN_MEMORY. It's assumed that
745 abfd->flags |= BFD_IN_MEMORY;
772 if (abfd->direction != write_direction || !(abfd->flags & BFD_IN_MEMORY))
796 abfd->flags = BFD_IN_MEMORY;
H A Dbfd-in.h238 #define BFD_IN_MEMORY 0x800
237 #define BFD_IN_MEMORY macro
H A Dbfd.c1439 abfd->flags &= BFD_IN_MEMORY;
H A Driscix.c607 && (abfd->flags & BFD_IN_MEMORY) == 0
H A Dpef.c582 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS)));
1198 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS)));
H A Dcoff-alpha.c2098 if ((nbfd->flags & BFD_IN_MEMORY) != 0)
2197 nbfd->flags |= BFD_IN_MEMORY;
H A Dpeicode.h1051 abfd->flags |= BFD_IN_MEMORY /* | HAS_LOCALS */;
H A Dmach-o.c840 if (abfd->flags & BFD_IN_MEMORY)
1670 | (abfd->flags & (BFD_IN_MEMORY | BFD_IO_FUNCS)));
H A Darchive.c1353 if (member && (member->flags & BFD_IN_MEMORY) != 0)
H A Delfcode.h1721 nbfd->flags = BFD_IN_MEMORY;
H A Dbfd-in2.h245 #define BFD_IN_MEMORY 0x800
244 #define BFD_IN_MEMORY macro
H A Dpdp11.c838 && (abfd->flags & BFD_IN_MEMORY) == 0
H A Daoutx.h649 && (abfd->flags & BFD_IN_MEMORY) == 0
H A Dxcofflink.c3245 abfd->flags = BFD_IN_MEMORY;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgcore.c355 && !(bfd_get_file_flags (abfd) & BFD_IN_MEMORY))
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h245 #define BFD_IN_MEMORY 0x800
244 #define BFD_IN_MEMORY macro
H A Dbfd.h245 #define BFD_IN_MEMORY 0x800
244 #define BFD_IN_MEMORY macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h243 #define BFD_IN_MEMORY 0x800
242 #define BFD_IN_MEMORY macro
H A Dbfd.h243 #define BFD_IN_MEMORY 0x800
242 #define BFD_IN_MEMORY macro

Completed in 303 milliseconds