Home
last modified time | relevance | path

Searched refs:OEX_PAGE0 (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h974 #define OEX_PAGE0 0x10000 /* Page zero must be mapped. */ macro
/freebsd-11-stable/sys/sys/
HDelf_common.h74 #define OEX_PAGE0 0x00010000 /* page zero must be mapped */ macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2576 _ELF_DEFINE_OEX(OEX_PAGE0, 0x00010000UL, \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c1304 {OEX_PAGE0, "PAGE0"},
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c8840 if (option->info & OEX_PAGE0) in process_mips_specific()