Searched refs:abiversion (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Ddotsymref.s1 .abiversion 1
H A Dstartv2.s1 .abiversion 2
H A Dfunv2.s1 .abiversion 2
H A Dtlsdll.s1 .abiversion 2
/haiku-buildtools/binutils/gold/
H A Dtarget-select.h81 int machine, int osabi, int abiversion)
82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); }
248 int abiversion);
80 recognize(Input_file* input_file, off_t offset, int machine, int osabi, int abiversion) argument
H A Dtarget-select.cc103 int osabi, int abiversion)
113 machine, osabi, abiversion);
101 select_target(Input_file* input_file, off_t offset, int machine, int size, bool is_big_endian, int osabi, int abiversion) argument
H A Dnacl.h114 int machine, int osabi, int abiversion)
120 machine, osabi, abiversion);
113 do_recognize(Input_file* file, off_t offset, int machine, int osabi, int abiversion) argument
H A Dpowerpc.cc368 abiversion() const function in class:__anon572::Powerpc_relobj
522 abiversion() const function in class:__anon572::Powerpc_dynobj
872 if (this->abiversion() >= 2)
883 if (this->abiversion() >= 2)
970 abiversion () const function in class:__anon572::Target_powerpc
985 { return this->abiversion() < 2 ? 40 : 24; }
1124 if (ppcobj->abiversion() == 1)
1147 if (ppcobj->abiversion() == 1)
1864 if (this->abiversion() != 0)
1869 if (target->abiversion()
[all...]
H A Ddwp.cc464 int osabi, int abiversion);
1551 int osabi, int abiversion)
1561 this->abiversion_ = abiversion;
1549 record_target_info(const char*, int machine, int size, bool big_endian, int osabi, int abiversion) argument
/haiku-buildtools/binutils/bfd/
H A Delf64-ppc.c254 abiversion (bfd *abfd) function
2598 && abiversion (symbol->section->owner) >= 2)
3264 int abi = abiversion (abfd);
4977 if (abiversion (ibfd) == 0)
4979 else if (abiversion (ibfd) == 1)
5133 /* Set up opd section info and abiversion for IBFD, and process list
5145 if (abiversion (ibfd) == 0)
5147 else if (abiversion (ibfd) >= 2)
5152 ibfd, abiversion (ibfd));
5188 /* For input files without an explicit abiversion i
[all...]

Completed in 119 milliseconds