Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h83 #define DT_STRSZ 10 macro
/external/llvm/include/llvm/Support/
DELF.h998 DT_STRSZ = 10, // Total size of the string table. enumerator
/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c728 case DT_STRSZ: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c712 case DT_STRSZ: in find_dynsym()
/external/elfutils/src/src/
Delflint.c1569 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic()
1574 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic()
1600 [DT_STRSZ] = true, in check_dynamic()
Dldgeneric.c6750 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRSZ, in ld_generic_create_outfile()
Dreadelf.c1643 case DT_STRSZ: in handle_dynamic()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp889 case DT_STRSZ: in printValue()
/external/elfutils/src/libelf/
Delf.h684 #define DT_STRSZ 10 /* Size of string table */ macro
/external/valgrind/perf/
Dtinycc.c637 #define DT_STRSZ 10 /* Size of string table */ macro
19666 put_dt(dynamic, DT_STRSZ, dynstr->data_offset); in tcc_output_file()