Home
last modified time | relevance | path

Searched refs:DT_RELENT (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/x86/lib/
Dreloc_ia32_efi.c32 case DT_RELENT: in _relocate()
/external/u-boot/arch/arm/lib/
Dreloc_arm_efi.c33 case DT_RELENT: in _relocate()
/external/elfutils/tests/
Dalldts.c50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h93 #define DT_RELENT 19 macro
/external/crosvm/kernel_loader/src/
Delf.rs97 pub const DT_RELENT: u32 = 19; constant
/external/u-boot/include/
Delf.h518 #define DT_RELENT 19 /* size of DT_REL relocation entry */ macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1108 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
/external/llvm/include/llvm/Support/
DELF.h1110 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
/external/elfutils/src/
Delflint.c1615 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()
1617 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic()
1873 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()
1874 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
Dreadelf.c1867 case DT_RELENT: in handle_dynamic()
/external/kmod/port-gnu/
Delf.h718 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/elfutils/libelf/
Delf.h864 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1421 case ELF::DT_RELENT: in parseDynamicTable()
1701 case DT_RELENT: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1505 case ELF::DT_RELENT: in parseDynamicTable()
1804 case DT_RELENT: in printValue()