Searched refs:DT_DEBUG (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | solib-svr4.c | 470 else if (dyn_tag == DT_DEBUG) in elf_locate_base() 505 else if (dyn_tag == DT_DEBUG) in elf_locate_base()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | common.h | 546 #define DT_DEBUG 21 macro
|
| /freebsd-9-stable/sys/xen/interface/ |
| D | elfstructs.h | 440 #define DT_DEBUG 21 /* bugger */ macro
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 376 #define DT_DEBUG 21 /* Reserved (not used). */ macro
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1636 DT_DEBUG = 21, // Reserved for debugger. enumerator
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 727 case DT_DEBUG: in printValue()
|
| /freebsd-9-stable/usr.bin/elfdump/ |
| D | elfdump.c | 790 case DT_DEBUG: in elf_print_dynamic()
|
| /freebsd-9-stable/sys/kern/ |
| D | link_elf.c | 554 case DT_DEBUG: in parse_dynamic()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ChangeLog-2006 | 531 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG 533 Do not add DT_DEBUG to shared libraries for any MIPS target. 664 * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Add DT_DEBUG
|
| D | elf64-s390.c | 2131 if (!add_dynamic_entry (DT_DEBUG, 0))
|
| D | elf32-score.c | 3084 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_DEBUG, 0)) in _bfd_score_elf_size_dynamic_sections()
|
| D | elf32-s390.c | 2157 if (!add_dynamic_entry (DT_DEBUG, 0))
|
| D | elf64-x86-64.c | 1918 if (!add_dynamic_entry (DT_DEBUG, 0)) in elf64_x86_64_size_dynamic_sections()
|
| D | elf32-i386.c | 2063 if (!add_dynamic_entry (DT_DEBUG, 0)) in elf_i386_size_dynamic_sections()
|
| D | ChangeLog | 666 DT_MIPS_RLD_MAP before DT_DEBUG again.
|
| D | elfxx-sparc.c | 2310 if (!add_dynamic_entry (DT_DEBUG, 0)) in _bfd_sparc_elf_size_dynamic_sections()
|
| D | elf64-alpha.c | 2838 if (!add_dynamic_entry (DT_DEBUG, 0)) in elf64_alpha_size_dynamic_sections()
|
| D | elfxx-ia64.c | 3823 if (!add_dynamic_entry (DT_DEBUG, 0))
|
| D | elf32-ppc.c | 5055 if (!add_dynamic_entry (DT_DEBUG, 0)) in ppc_elf_size_dynamic_sections()
|
| D | elf32-arm.c | 8711 if (!add_dynamic_entry (DT_DEBUG, 0)) in elf32_arm_size_dynamic_sections()
|
| D | elf.c | 1261 case DT_DEBUG: name = "DEBUG"; break; in _bfd_elf_print_private_bfd_data()
|
| D | elf64-ppc.c | 8071 if (!add_dynamic_entry (DT_DEBUG, 0)) in ppc64_elf_size_dynamic_sections()
|
| D | ChangeLog-9495 | 5836 or plt sections. Only add a DT_DEBUG entry if not creating a 5865 rather than assuming we know their names. Only add a DT_DEBUG 6913 * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1534 case DT_DEBUG: return "DEBUG"; in get_dynamic_type() 6223 case DT_DEBUG : in process_dynamic_section()
|
| /freebsd-9-stable/libexec/rtld-elf/ |
| D | rtld.c | 1093 case DT_DEBUG: in digest_dynamic1()
|
12