Home
last modified time | relevance | path

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

/external/elfutils/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.h1073 DT_STRSZ = 10, // Total size of the string table. enumerator
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c747 case DT_STRSZ: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c871 case DT_STRSZ: in find_dynsym()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp961 case ELF::DT_STRSZ: in ELFDumper()
1494 case DT_STRSZ: in printValue()
/external/elfutils/src/
Delflint.c1589 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic()
1594 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic()
1620 [DT_STRSZ] = true, in check_dynamic()
Dldgeneric.c6750 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRSZ, in ld_generic_create_outfile()
Dreadelf.c1731 case DT_STRSZ: in handle_dynamic()
/external/elfutils/libelf/
Delf.h710 #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()