HomeSort by: relevance | last modified time | path
    Searched refs:DT_MIPS_RLD_MAP (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/mips/include/
elf_machdep.h 120 #define DT_MIPS_RLD_MAP 0x70000016 /* address of loader map */
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 103 if (dynp->d_tag == DT_MIPS_RLD_MAP) {
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 851 We look for DT_MIPS_RLD_MAP first. MIPS executables use this instead of
872 #if defined DT_MIPS_RLD_MAP
880 if (dyn->d_tag == DT_MIPS_RLD_MAP)
888 #endif /* DT_MIPS_RLD_MAP */
linux-low.cc 6374 We look for DT_MIPS_RLD_MAP first. MIPS executables use this instead of
6394 #if defined DT_MIPS_RLD_MAP || defined DT_MIPS_RLD_MAP_REL
6402 #ifdef DT_MIPS_RLD_MAP
6403 if (dyn->d_tag == DT_MIPS_RLD_MAP)
6411 #endif /* DT_MIPS_RLD_MAP */
6432 #if defined DT_MIPS_RLD_MAP || defined DT_MIPS_RLD_MAP_REL
6440 #ifdef DT_MIPS_RLD_MAP
6441 if (dyn->d_tag == DT_MIPS_RLD_MAP)
6449 #endif /* DT_MIPS_RLD_MAP */
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 849 We look for DT_MIPS_RLD_MAP first. MIPS executables use this instead of
870 #if defined DT_MIPS_RLD_MAP
878 if (dyn->d_tag == DT_MIPS_RLD_MAP)
886 #endif /* DT_MIPS_RLD_MAP */
linux-low.cc 6401 We look for DT_MIPS_RLD_MAP first. MIPS executables use this instead of
6421 #if defined DT_MIPS_RLD_MAP || defined DT_MIPS_RLD_MAP_REL
6429 #ifdef DT_MIPS_RLD_MAP
6430 if (dyn->d_tag == DT_MIPS_RLD_MAP)
6438 #endif /* DT_MIPS_RLD_MAP */
6459 #if defined DT_MIPS_RLD_MAP || defined DT_MIPS_RLD_MAP_REL
6467 #ifdef DT_MIPS_RLD_MAP
6468 if (dyn->d_tag == DT_MIPS_RLD_MAP)
6476 #endif /* DT_MIPS_RLD_MAP */
  /src/libexec/ld.elf_so/
headers.c 365 * section is mapped read-only. DT_MIPS_RLD_MAP or
401 * in a DT_MIPS_RLD_MAP entry.
407 case DT_MIPS_RLD_MAP:
  /src/external/gpl3/binutils/dist/include/elf/
mips.h 730 #define DT_MIPS_RLD_MAP 0x70000016
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 730 #define DT_MIPS_RLD_MAP 0x70000016
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 730 #define DT_MIPS_RLD_MAP 0x70000016
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 730 #define DT_MIPS_RLD_MAP 0x70000016
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 737 /* Look for DT_MIPS_RLD_MAP first. MIPS executables use this
740 if (gdb_bfd_scan_elf_dyntag (DT_MIPS_RLD_MAP,
743 || scan_dyntag_auxv (DT_MIPS_RLD_MAP, &dyn_ptr, NULL))
751 /* DT_MIPS_RLD_MAP contains a pointer to the address
759 because of needing to support PIE. DT_MIPS_RLD_MAP will also exist
  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.c 775 /* Look for DT_MIPS_RLD_MAP first. MIPS executables use this
778 if (gdb_bfd_scan_elf_dyntag (DT_MIPS_RLD_MAP,
781 || scan_dyntag_auxv (DT_MIPS_RLD_MAP, &dyn_ptr, NULL))
789 /* DT_MIPS_RLD_MAP contains a pointer to the address
797 because of needing to support PIE. DT_MIPS_RLD_MAP will also exist
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 1329 enum DT_MIPS_RLD_MAP = 0x70000016;
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 461 /* This flag indicates that the value of DT_MIPS_RLD_MAP dynamic entry
10345 DT_MIPS_RLD_MAP entry. This must come first because glibc
10346 only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and some tools
10349 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
12149 case DT_MIPS_RLD_MAP:
16290 case DT_MIPS_RLD_MAP:
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 443 /* This flag indicates that the value of DT_MIPS_RLD_MAP dynamic entry
10325 DT_MIPS_RLD_MAP entry. This must come first because glibc
10326 only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and some tools
10329 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
12123 case DT_MIPS_RLD_MAP:
16239 case DT_MIPS_RLD_MAP:
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 443 /* This flag indicates that the value of DT_MIPS_RLD_MAP dynamic entry
10223 DT_MIPS_RLD_MAP entry. This must come first because glibc
10224 only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and some tools
10227 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
12018 case DT_MIPS_RLD_MAP:
16133 case DT_MIPS_RLD_MAP:
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 443 /* This flag indicates that the value of DT_MIPS_RLD_MAP dynamic entry
10305 DT_MIPS_RLD_MAP entry. This must come first because glibc
10306 only fills in DT_MIPS_RLD_MAP (not DT_DEBUG) and some tools
10309 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0))
12103 case DT_MIPS_RLD_MAP:
16219 case DT_MIPS_RLD_MAP:
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2198 case DT_MIPS_RLD_MAP:
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 2981 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP";
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 2623 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP";

Completed in 241 milliseconds