/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 169 case DT_STRSZ: in generic_get_entry_dyn() 221 case DT_STRSZ: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 482 { DT_STRSZ, "STRSZ" },
|
H A D | elf_types.hpp | 1003 constexpr Elf_Word DT_STRSZ = 10; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 49 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.cc | 244 case DT_STRSZ:
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 675 #define DT_STRSZ 10 macro
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 809 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME, in dwfl_segment_report_module() 875 else if (tag == DT_STRSZ) in dwfl_segment_report_module()
|
H A D | dwfl_module_getdwarf.c | 877 case DT_STRSZ: in find_dynsym()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1099 DT_STRSZ = 10, // Total size of the string table. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1609 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1614 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1640 [DT_STRSZ] = true, in check_dynamic()
|
H A D | readelf.c | 1942 case DT_STRSZ: in handle_dynamic() 4901 DT_STRSZ: the size, in bytes, of the string table 4946 case DT_STRSZ: in get_dynscn_addrs()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 735 #define DT_STRSZ 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 729 #define DT_STRSZ 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 729 #define DT_STRSZ 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 729 #define DT_STRSZ 10 macro
|
/third_party/musl/include/ |
H A D | elf.h | 754 #define DT_STRSZ 10 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 883 #define DT_STRSZ 10 /* Size of string table */ macro
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 4790 if (search_vec(task->dyn_addr, &dyn_tmp, DT_STRSZ)) { in map_library_header() 4793 LD_LOGE("Error mapping header %{public}s: DT_STRSZ not found", task->name); in map_library_header()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 5156 if (search_vec(task->dyn_addr, &dyn_tmp, DT_STRSZ)) { in map_library_header() 5159 LD_LOGE("Error mapping header %{public}s: DT_STRSZ not found", task->name); in map_library_header()
|