Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dalldts.c51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h96 #define DT_TEXTREL 22 macro
/external/u-boot/include/
Delf.h521 #define DT_TEXTREL 22 /* Allow rel. mod. to unwritable seg */ macro
/external/elfutils/src/
Dfindtextrel.c282 if (dyn->d_tag == DT_TEXTREL in process_file()
Delflint.c1330 && (dyn->d_tag == DT_TEXTREL in check_reloc_shdr()
1629 [DT_TEXTREL] = true, in check_dynamic()
Dreadelf.c1801 case DT_TEXTREL: in handle_dynamic()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1057 DT_TEXTREL = 22, // Relocations exist for non-writable segments. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1111 DT_TEXTREL = 22, // Relocations exist for non-writable segments. enumerator
/external/llvm/include/llvm/Support/
DELF.h1113 DT_TEXTREL = 22, // Relocations exist for non-writable segments. enumerator
/external/kmod/port-gnu/
Delf.h721 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro
/external/elfutils/libelf/
Delf.h863 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro