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

  /toolchain/binutils/binutils-2.27/gold/
target.cc 226 elfcpp::ELFOSABI osabi = this->osabi(); local
227 if (osabi != elfcpp::ELFOSABI_NONE)
235 e_ident[elfcpp::EI_OSABI] = osabi;
target.h 436 osabi() const function in class:gold::Target
441 set_osabi(elfcpp::ELFOSABI osabi)
442 { this->osabi_ = osabi; }
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 93 int class, machine, type, status, osabi;
164 osabi = elf_header.e_ident[EI_OSABI];
166 /* Skip if OSABI doesn't match. */
167 if (input_elf_osabi != -1 && osabi != input_elf_osabi)
171 file_name, osabi, input_elf_osabi);
553 int osabi;
576 /* Return ELFOSABI_XXX for an OSABI string, OSABI. */
579 elf_osabi (const char *osabi)
584 if (strcasecmp (osabi, osabis[i].name) == 0
92 int class, machine, type, status, osabi; local
552 int osabi; member in struct:__anon4150
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 761 milliseconds