Home
last modified time | relevance | path

Searched refs:DT_STRSZ (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd/external/bsd/file/dist/src/
H A Dreadelf.h474 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h461 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/sys/arch/ia64/stand/ia64/efi/
H A Dstart.S50 #define DT_STRSZ 10 /* Size of string table. */ macro
/netbsd/lib/librumpuser/
H A Drumpuser_dl.c216 case DT_STRSZ: in getsymbols()
/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h528 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h967 #define DT_STRSZ 10 macro
/netbsd/libexec/ld.elf_so/
H A Dheaders.c140 case DT_STRSZ: in _rtld_digest_dynamic()
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h970 #define DT_STRSZ 10 macro
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h970 #define DT_STRSZ 10 macro
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1096 #define DT_STRSZ 10 macro
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h682 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h684 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h684 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp397 case DT_STRSZ: in populateDynamic()
/netbsd/sys/sys/
H A Dexec_elf.h776 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */ macro
/netbsd/external/gpl3/gdb/dist/binutils/
H A DChangeLog711 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
977 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
H A Dreadelf.c2158 case DT_STRSZ: return "STRSZ"; in get_dynamic_type()
7404 case DT_STRSZ: in process_ia64_vms_dynamic_relocs()
10431 if (entry->d_tag == DT_STRSZ) in process_dynamic_section()
10432 filedata->dynamic_info[DT_STRSZ] = entry->d_un.d_val; in process_dynamic_section()
10435 && filedata->dynamic_info[DT_STRSZ]) in process_dynamic_section()
10438 bfd_size_type str_tab_len = filedata->dynamic_info[DT_STRSZ]; in process_dynamic_section()
10907 case DT_STRSZ : in process_dynamic_section()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A DChangeLog711 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
977 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
H A Dreadelf.c2158 case DT_STRSZ: return "STRSZ"; in get_dynamic_type()
7404 case DT_STRSZ: in process_ia64_vms_dynamic_relocs()
10431 if (entry->d_tag == DT_STRSZ) in process_dynamic_section()
10432 filedata->dynamic_info[DT_STRSZ] = entry->d_un.d_val; in process_dynamic_section()
10435 && filedata->dynamic_info[DT_STRSZ]) in process_dynamic_section()
10438 bfd_size_type str_tab_len = filedata->dynamic_info[DT_STRSZ]; in process_dynamic_section()
10907 case DT_STRSZ : in process_dynamic_section()
/netbsd/external/gpl3/gdb/dist/elfcpp/
H A Delfcpp.h700 DT_STRSZ = 10,
/netbsd/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h696 DT_STRSZ = 10,
/netbsd/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h701 DT_STRSZ = 10,
/netbsd/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp.h700 DT_STRSZ = 10,
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf64-ia64-vms.c2802 if (!_bfd_elf_add_dynamic_entry (info, DT_STRSZ, 0)) in elf64_ia64_size_dynamic_sections()
2901 dyn.d_tag = DT_STRSZ; in elf64_ia64_size_dynamic_sections()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf64-ia64-vms.c2808 if (!_bfd_elf_add_dynamic_entry (info, DT_STRSZ, 0)) in elf64_ia64_size_dynamic_sections()
2907 dyn.d_tag = DT_STRSZ; in elf64_ia64_size_dynamic_sections()

1234