Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h236 #define DT_TEXTREL 22 macro
/external/kernel-headers/original/linux/
Delf.h82 #define DT_TEXTREL 22 macro
/external/elfutils/src/
Dfindtextrel.c295 if (dyn->d_tag == DT_TEXTREL in process_file()
Delflint.c1231 && (dyn->d_tag == DT_TEXTREL in check_reloc_shdr()
1528 [DT_TEXTREL] = true, in check_dynamic()
Dreadelf.c1328 case DT_TEXTREL: in handle_dynamic()
/external/llvm/include/llvm/Support/
DELF.h1083 DT_TEXTREL = 22, // Relocations exist for non-writable segments. enumerator
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt67 relocates a module that has DT_TEXTREL, or when a co-resident monitor
/external/qemu/
Delf.h151 #define DT_TEXTREL 22 macro
/external/elfutils/libelf/
Delf.h674 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro
/external/valgrind/main/perf/
Dtinycc.c649 #define DT_TEXTREL 22 /* Reloc might modify .text */ macro
19394 put_dt(dynamic, DT_TEXTREL, 0); in tcc_output_file()