/external/elfutils/libebl/ |
eblosabiname.c | 39 ebl_osabi_name (Ebl *ebl, int osabi, char *buf, size_t len) 41 const char *res = ebl != NULL ? ebl->osabi_name (osabi, buf, len) : NULL; 45 if (osabi == ELFOSABI_NONE) 47 else if (osabi == ELFOSABI_HPUX) 49 else if (osabi == ELFOSABI_NETBSD) 51 else if (osabi == ELFOSABI_LINUX) 53 else if (osabi == ELFOSABI_SOLARIS) 55 else if (osabi == ELFOSABI_AIX) 57 else if (osabi == ELFOSABI_IRIX) 59 else if (osabi == ELFOSABI_FREEBSD [all...] |
libebl.h | 171 extern const char *ebl_osabi_name (Ebl *ebl, int osabi, char *buf, size_t len);
|
/toolchain/binutils/binutils-2.25/gold/ |
freebsd.h | 51 do_recognize(Input_file*, off_t, int, int osabi, int) 54 if (osabi == elfcpp::ELFOSABI_FREEBSD) 55 ret->set_osabi(static_cast<elfcpp::ELFOSABI>(osabi)); 89 return (target->osabi() == elfcpp::ELFOSABI_FREEBSD
|
target-select.h | 81 int machine, int osabi, int abiversion) 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } 158 // Recognize an object file given a machine code, OSABI code, and 247 int machine, int size, bool big_endian, int osabi,
|
target.cc | 224 elfcpp::ELFOSABI osabi = this->osabi(); local 225 if (osabi != elfcpp::ELFOSABI_NONE) 233 e_ident[elfcpp::EI_OSABI] = osabi;
|
nacl.h | 114 int machine, int osabi, int abiversion) 120 machine, osabi, abiversion);
|
target-select.cc | 103 int osabi, int abiversion) 113 machine, osabi, abiversion);
|
target.h | 433 osabi() const function in class:gold::Target 438 set_osabi(elfcpp::ELFOSABI osabi) 439 { this->osabi_ = osabi; } [all...] |
dwp.cc | 464 int osabi, int abiversion); [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
elfedit-3.d | 2 #elfedit: --output-osabi FenixOS
|
/toolchain/binutils/binutils-2.25/binutils/ |
elfedit.c | 63 int class, machine, type, status, osabi; 122 osabi = elf_header.e_ident[EI_OSABI]; 124 /* Skip if OSABI doesn't match. */ 125 if (input_elf_osabi != -1 && osabi != input_elf_osabi) 129 file_name, osabi, input_elf_osabi); 511 int osabi; 534 /* Return ELFOSABI_XXX for an OSABI string, OSABI. */ 537 elf_osabi (const char *osabi) 542 if (strcasecmp (osabi, osabis[i].name) == 0 62 int class, machine, type, status, osabi; local 510 int osabi; member in struct:__anon73917 [all...] |
readelf.c | 1004 /* GCC uses osabi == ELFOSBI_STANDALONE. */ [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/ |
unique.exp | 73 [file_contents readelf.out] nil osabi] } { 78 if { $osabi == $expected_osabi } { 82 verbose "Expected OSABI: $expected_osabi, Obtained osabi: $osabi"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc.exp | 72 [file_contents readelf.out] nil osabi] } { 77 if { $osabi == $expected_osabi } { 81 verbose "Expected OSABI: $expected_osabi, Obtained osabi: $osabi" 250 # ifunc should have an OSABI field of GNU. The linked non-ifunc using 251 # executable should have an OSABI field of NONE (aka System V).
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
tic6x.exp | 157 unresolved "TIC6X OSABI tests" 180 [file_contents dump.out] nil osabi] } { 183 } elseif { $osabi == $expected_osabi } { 186 verbose "Expected OSABI: $expected_osabi, Obtained osabi: $osabi" 193 check_osabi_tic6x "C6X shared library OSABI, LE" tmpdir/libtest.so 194 check_osabi_tic6x "C6X shared library OSABI, BE" tmpdir/libtestb.so 195 check_osabi_tic6x "C6X dynamic app OSABI, LE" tmpdir/dynapp-1 196 check_osabi_tic6x "C6X dynamic app OSABI, BE" tmpdir/dynapp-1 [all...] |
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |