HomeSort by relevance Sort by last modified time
    Searched full:object_flags (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlm-target.h 90 /* Object_flags: mask of all file flags. */
184 /* Object_flags: mask of all file flags. */
elfxx-target.h 819 /* object_flags: mask of all file flags */
917 /* object_flags: mask of all file flags */
binary.c 323 EXEC_P, /* object_flags */
pef.c 530 abfd->flags = (abfd->xvec->object_flags
1109 abfd->flags = (abfd->xvec->object_flags
ppcboot.c 492 EXEC_P, /* object_flags */
bfd.c 84 . appear in the object_flags field of the bfd_target structure, where
87 . the object_flags values have mostly just been copied from backend
    [all...]
bfd-in.h 505 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
    [all...]
bfd-in2.h 512 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags)
6852 flagword object_flags; member in struct:bfd_target
    [all...]
targets.c 198 . flagword object_flags;
    [all...]
ChangeLog-9495     [all...]
ChangeLog-9193     [all...]
ChangeLog-0203     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 147 proc is_endian_output_format { object_flags } {
149 if {[string match "*-oformat binary*" $object_flags] || \
150 [string match "*-oformat ieee*" $object_flags] || \
151 [string match "*-oformat ihex*" $object_flags] || \
152 [string match "*-oformat netbsd-core*" $object_flags] || \
153 [string match "*-oformat srec*" $object_flags] || \
154 [string match "*-oformat tekhex*" $object_flags] || \
155 [string match "*-oformat trad-core*" $object_flags] } then {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
bfdint.texi 378 @item object_flags
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info 384 appear in the object_flags field of the bfd_target structure, where
387 the object_flags values have mostly just been copied from backend
    [all...]

Completed in 635 milliseconds