HomeSort by relevance Sort by last modified time
    Searched defs:osabi (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
target.cc 224 elfcpp::ELFOSABI osabi = this->osabi(); local
225 if (osabi != elfcpp::ELFOSABI_NONE)
233 e_ident[elfcpp::EI_OSABI] = osabi;
target.h 433 osabi() const function in class:gold::Target
438 set_osabi(elfcpp::ELFOSABI osabi)
439 { this->osabi_ = osabi; }
    [all...]
  /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:__anon108114
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 154 milliseconds