Searched refs:PT_MIPS_OPTIONS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
H A Dmips.h535 #define PT_MIPS_OPTIONS 0x70000002
531 #define PT_MIPS_OPTIONS macro
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp407 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_OPTIONS);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1579 PT_MIPS_OPTIONS = 0x70000002 // Options segment. enumerator in enum:llvm::ELF::__anon2125
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfxx-mips.c9323 /* See if we need a PT_MIPS_OPTIONS segment. */
9387 PT_MIPS_OPTIONS segment immediately following the program header
9410 if (*pm == NULL || (*pm)->p_type != PT_MIPS_OPTIONS)
9415 options_segment->p_type = PT_MIPS_OPTIONS;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c2392 case PT_MIPS_OPTIONS:

Completed in 207 milliseconds