HomeSort by relevance Sort by last modified time
    Searched refs:PT_MIPS_ABIFLAGS (Results 1 - 11 of 11) 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...]
  /art/compiler/
elf_builder.h 491 abiflags_.phdr_type_ = PT_MIPS_ABIFLAGS;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /art/runtime/
elf.h     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 749 // create PT_MIPS_ABIFLAGS segment
760 llvm::ELF::PT_MIPS_ABIFLAGS,
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 499 PT_MIPS_ABIFLAGS = 0x70000003,
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 2882 milliseconds