Searched refs:SHT_DYNAMIC (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/backends/
H A Dalpha_symbol.c93 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
101 && scn_shdr.sh_type == SHT_DYNAMIC
H A Dsparc_symbol.c81 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
89 && scn_shdr.sh_type == SHT_DYNAMIC
H A Dppc_symbol.c94 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL)
/external/chromium_org/courgette/
H A Dtypes_elf.h80 SHT_DYNAMIC = 6, enumerator in enum:sh_type_values
/external/qemu/elff/
H A Delff_elf.h268 #define SHT_DYNAMIC 6 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h134 SHT_DYNAMIC = 6, /* information for dynamic linking */ enumerator in enum:__anon13988
/external/elfutils/libelf/
H A Delf32_updatenull.c246 case SHT_DYNAMIC:
H A Delf_getdata.c81 [SHT_DYNAMIC] = ELF_T_DYN,
H A Delf.h329 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
/external/elfutils/src/
H A Dfindtextrel.c277 if (shdr->sh_type == SHT_DYNAMIC)
H A Delflint.c1006 if (rcshdr->sh_type == SHT_DYNAMIC)
1224 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC
2784 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL)
3321 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
3762 case SHT_DYNAMIC:
4096 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC)
H A Dldgeneric.c1238 else if (unlikely (shdr->sh_type == SHT_DYNAMIC))
2473 new_generated_scn (scn_dot_dynamic, ".dynamic", SHT_DYNAMIC,
H A Dreadelf.c1422 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC)
/external/llvm/lib/Object/
H A DELFYAML.cpp250 ECase(SHT_DYNAMIC)
/external/llvm/include/llvm/Support/
H A DELF.h1126 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator in enum:llvm::ELF::__anon21001
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp356 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC );
/external/qemu/
H A Delf.h1070 #define SHT_DYNAMIC 6 macro
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1284 case ELF::SHT_DYNAMIC:
/external/llvm/include/llvm/Object/
H A DELF.h1136 case ELF::SHT_DYNAMIC:
2463 case ELF::SHT_DYNAMIC: {
/external/valgrind/main/perf/
H A Dtinycc.c346 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
6831 case SHT_DYNAMIC:
19270 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC,
20244 case SHT_DYNAMIC:

Completed in 257 milliseconds