Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/include/
Delf.h107 #define DT_RELENT 19 macro
/external/kernel-headers/original/uapi/linux/
Delf.h92 #define DT_RELENT 19 macro
/external/qemu/include/
Delf.h154 #define DT_RELENT 19 macro
/external/llvm/include/llvm/Support/
DELF.h1676 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
/external/elfutils/0.153/src/
Delflint.c1552 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()
1554 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic()
1802 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()
1803 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
Dldgeneric.c6804 assert (DT_RELENT - DT_REL == 2); in ld_generic_create_outfile()
Dreadelf.c1434 case DT_RELENT: in handle_dynamic()
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc793 if (tag == DT_RELENT || tag == DT_RELAENT) { in AdjustDynamicSectionForHole()
/external/elfutils/0.153/libelf/
Delf.h677 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp888 case DT_RELENT: in printValue()
/external/valgrind/main/perf/
Dtinycc.c646 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
19670 put_dt(dynamic, DT_RELENT, sizeof(Elf32_Rel)); in tcc_output_file()