Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h95 #define DT_TEXTREL 22 macro
/external/elfutils/src/src/
Dfindtextrel.c297 if (dyn->d_tag == DT_TEXTREL in process_file()
Delflint.c1293 && (dyn->d_tag == DT_TEXTREL in check_reloc_shdr()
1592 [DT_TEXTREL] = true, in check_dynamic()
Dreadelf.c1616 case DT_TEXTREL: in handle_dynamic()
/external/llvm/include/llvm/Support/
DELF.h1010 DT_TEXTREL = 22, // Relocations exist for non-writable segments. enumerator
/external/valgrind/docs/internals/
Dsegments-seginfos.txt67 relocates a module that has DT_TEXTREL, or when a co-resident monitor
/external/elfutils/src/libelf/
Delf.h696 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro
/external/valgrind/perf/
Dtinycc.c649 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro
19394 put_dt(dynamic, DT_TEXTREL, 0); in tcc_output_file()