Home
last modified time | relevance | path

Searched refs:DT_FLAGS (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/src/tests/
Dalldts.c54 DT_FLAGS, DT_ENCODING, DT_PREINIT_ARRAY, in main()
/external/elfutils/src/src/
Dfindtextrel.c298 || (dyn->d_tag == DT_FLAGS in process_file()
Delflint.c1294 || (dyn->d_tag == DT_FLAGS in check_reloc_shdr()
Dldgeneric.c6832 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_FLAGS, in ld_generic_create_outfile()
Dreadelf.c1673 case DT_FLAGS: in handle_dynamic()
/external/llvm/include/llvm/Support/
DELF.h1018 DT_FLAGS = 30, // Flags. enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp911 case DT_FLAGS: in printValue()
/external/elfutils/src/libelf/
Delf.h704 #define DT_FLAGS 30 /* Flags for the object being loaded */ macro