Home
last modified time | relevance | path

Searched refs:DT_MIPS_RLD_MAP (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDsolib-svr4.c476 else if (dyn_tag == DT_MIPS_RLD_MAP) in elf_locate_base()
511 else if (dyn_tag == DT_MIPS_RLD_MAP) in elf_locate_base()
/NextBSD/contrib/binutils/include/elf/
HDmips.h584 #define DT_MIPS_RLD_MAP 0x70000016 macro
HDChangeLog-91031855 typedefs by their expansion. Add DT_MIPS_RLD_MAP definition.
/NextBSD/sys/sys/
HDelf_common.h652 #define DT_MIPS_RLD_MAP 0x70000016 macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1098 DT_MIPS_RLD_MAP = 0x70000016, // Address of run time loader map, enumerator
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp990 case DT_MIPS_RLD_MAP: in printValue()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h257 _ELF_DEFINE_DT(DT_MIPS_RLD_MAP, 0x70000016UL, \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1079 else if (symbol.d_tag == DT_MIPS_RLD_MAP && target) in GetImageInfoAddress()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c795 case DT_MIPS_RLD_MAP: in dt_type()
3157 case DT_MIPS_RLD_MAP: in dump_arch_dyn_val()
/NextBSD/contrib/binutils/bfd/
HDChangeLog712 DT_MIPS_RLD_MAP before DT_DEBUG again.
HDelfxx-mips.c7561 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0)) in _bfd_mips_elf_size_dynamic_sections()
8820 case DT_MIPS_RLD_MAP: in _bfd_mips_elf_finish_dynamic_sections()
HDChangeLog-2006532 and DT_MIPS_RLD_MAP tags for position-independent executables.
HDChangeLog-96974195 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
4198 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
/NextBSD/libexec/rtld-elf/
HDrtld.c1180 case DT_MIPS_RLD_MAP: in digest_dynamic1()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1366 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP"; in get_mips_dynamic_type()