Home
last modified time | relevance | path

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

/external/elfutils/src/
Dfindtextrel.c296 || (dyn->d_tag == DT_FLAGS in process_file()
Delflint.c1232 || (dyn->d_tag == DT_FLAGS in check_reloc_shdr()
Dreadelf.c1383 case DT_FLAGS: in handle_dynamic()
Dldgeneric.c6843 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_FLAGS, in ld_generic_create_outfile()
/external/qemu/
Delf.h159 #define DT_FLAGS 30 macro
/external/llvm/include/llvm/Support/
DELF.h1513 DT_FLAGS = 30, // Flags. enumerator
/external/elfutils/libelf/
Delf.h682 #define DT_FLAGS 30 /* Flags for the object being loaded */ macro