Home
last modified time | relevance | path

Searched refs:DT_STRTAB (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h713 #define DT_STRTAB 5 macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h674 DT_STRTAB = 5,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1833 case DT_STRTAB: return "STRTAB"; in get_dynamic_type()
8404 if (entry->d_tag != DT_STRTAB) in process_dynamic_section()
8407 dynamic_info[DT_STRTAB] = entry->d_un.d_val; in process_dynamic_section()
8784 case DT_STRTAB : in process_dynamic_section()
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc4402 odyn->add_section_address(elfcpp::DT_STRTAB, dynstr); in create_dynamic_symtab()
/toolchain/binutils/binutils-2.25/bfd/
Delflink.c5895 || !_bfd_elf_add_dynamic_entry (info, DT_STRTAB, 0) in bfd_elf_size_dynamic_sections()
11290 case DT_STRTAB: in bfd_elf_final_link()
Delf.c1288 case DT_STRTAB: name = "STRTAB"; break; in _bfd_elf_print_private_bfd_data()
Delf32-arm.c14380 case DT_STRTAB: in elf32_arm_finish_dynamic_sections()