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

  /bionic/linker/
linker_mips.cpp 219 #define PT_MIPS_ABIFLAGS 0x70000003 // is .MIPS.abiflags segment
247 if (ph.p_type == PT_MIPS_ABIFLAGS) {
249 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath());
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 617 #define PT_MIPS_ABIFLAGS 0x70000003
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 499 PT_MIPS_ABIFLAGS = 0x70000003,
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]

Completed in 538 milliseconds