Home
last modified time | relevance | path

Searched refs:DT_RELCOUNT (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/tests/
Dalldts.c63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h109 #define DT_RELCOUNT 0x6ffffffa macro
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section.test177 - Tag: DT_RELCOUNT
392 - Tag: DT_RELCOUNT
/external/crosvm/kernel_loader/src/
Delf.rs112 pub const DT_RELCOUNT: u32 = 1879048186; constant
/external/llvm/include/llvm/Support/
DELF.h1137 DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1137 DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h649 #define DT_RELCOUNT 0x6ffffffa macro
/external/elfutils/po/
Duk.po1981 msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1982 msgstr "розділ [%2d] «%s»: для цього розділу RELA використано DT_RELCOUNT\n"
1986 msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1988 "розділ [%2d] «%s»: значення DT_RELCOUNT %d є занадто високим для цього "
1995 "DT_RELCOUNT\n"
1998 "допомогою DT_RELCOUNT\n"
2003 "section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
2006 "розділ [%2d] «%s»: безвідносне пересування на позиції %zu; DT_RELCOUNT "
Dja.po1983 msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1984 msgstr "セクション [%2d] '%s': この RELA セクション用に使われる DT_RELCOUNT\n"
1988 msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1990 "セクション [%2d] '%s': このセクション用には高すぎる DT_RELCOUNT 値 %d\n"
1996 "DT_RELCOUNT\n"
2004 "section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
2008 "ロケーションで指定された DT_RELCOUNT\n"
Dpl.po1973 msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1974 msgstr "sekcja [%2d] „%s”: DT_RELCOUNT użyte dla tej sekcji RELA\n"
1978 msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1979 msgstr "sekcja [%2d] „%s”: DT_RELCOUNT %d za duże dla tej sekcji\n"
1985 "DT_RELCOUNT\n"
1988 "DT_RELCOUNT\n"
1993 "section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
1996 "sekcja [%2d] „%s”: relokacja bezwzględna pod indeksem %zu; DT_RELCOUNT podał "
Des.po1996 msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1997 msgstr "Sección [%2d] '%s': DT_RELCOUNT utilizada para esta sección RELA\n"
2001 msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
2003 "Sección [%2d] '%s': valor DT_RELCOUNT %d demasiado alto para esta sección\n"
2009 "DT_RELCOUNT\n"
2012 "haya sido especificado por DT_RELCOUNT\n"
2017 "section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
2020 "Sección [%2d] '%s': reubicación no-relativa en %zu de índice; DT_RELCOUNT "
Dde.po1928 msgid "section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"
1933 msgid "section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"
1940 "DT_RELCOUNT\n"
1946 "section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT "
/external/kmod/port-gnu/
Delf.h786 #define DT_RELCOUNT 0x6ffffffa macro
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-tags.test251 - Tag: DT_RELCOUNT
/external/elfutils/libelf/
Delf.h938 #define DT_RELCOUNT 0x6ffffffa macro
/external/elfutils/
DNEWS809 elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
/external/elfutils/config/
Delfutils.spec.in899 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1412 addInt(isRela ? DT_RELACOUNT : DT_RELCOUNT, numRelativeRels); in finalizeContents()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1686 case DT_RELCOUNT: in printValue()
/external/elfutils/src/
Delflint.c1117 if (dyn->d_tag == DT_RELCOUNT) in is_rel_dyn()
DChangeLog4431 * elflint.c (is_rel_dyn): Fix and extend DT_RELCOUNT/DT_RELACOUNT
Dreadelf.c1887 case DT_RELCOUNT: in handle_dynamic()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2575 case DT_RELCOUNT: in getDynamicEntry()