Searched refs:DT_STRSZ (Results 1 – 16 of 16) sorted by relevance
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 72 #define DT_STRSZ 10 /* Size of string table */ macro
|
/external/elfutils/tests/ |
D | alldts.c | 48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/external/syslinux/com32/lib/sys/module/ |
D | elf_module.c | 87 case DT_STRSZ: in prepare_dynlinking()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 84 #define DT_STRSZ 10 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1045 DT_STRSZ = 10, // Total size of the string table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1101 DT_STRSZ = 10, // Total size of the string table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1099 DT_STRSZ = 10, // Total size of the string table. enumerator
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 747 case DT_STRSZ: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 871 case DT_STRSZ: in find_dynsym()
|
/external/elfutils/src/ |
D | elflint.c | 1589 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1594 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1620 [DT_STRSZ] = true, in check_dynamic()
|
D | ldgeneric.c | 6750 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRSZ, in ld_generic_create_outfile()
|
D | readelf.c | 1731 case DT_STRSZ: in handle_dynamic()
|
/external/elfutils/libelf/ |
D | elf.h | 710 #define DT_STRSZ 10 /* Size of string table */ macro
|
/external/kmod/port-gnu/ |
D | elf.h | 709 #define DT_STRSZ 10 /* Size of string table */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1396 case ELF::DT_STRSZ: in parseDynamicTable() 1698 case DT_STRSZ: in printValue()
|
/external/valgrind/perf/ |
D | tinycc.c | 637 #define DT_STRSZ 10 /* Size of string table */ macro 19666 put_dt(dynamic, DT_STRSZ, dynstr->data_offset); in tcc_output_file()
|