Searched refs:DT_STRSZ (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/src/tests/ |
D | alldts.c | 48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 83 #define DT_STRSZ 10 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 998 DT_STRSZ = 10, // Total size of the string table. enumerator
|
/external/elfutils/src/libdwfl/ |
D | dwfl_segment_report_module.c | 728 case DT_STRSZ: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 712 case DT_STRSZ: in find_dynsym()
|
/external/elfutils/src/src/ |
D | elflint.c | 1569 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1574 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1600 [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 | 1643 case DT_STRSZ: in handle_dynamic()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 889 case DT_STRSZ: in printValue()
|
/external/elfutils/src/libelf/ |
D | elf.h | 684 #define DT_STRSZ 10 /* Size of string table */ macro
|
/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()
|