Searched refs:SHT_DYNAMIC (Results 1 – 21 of 21) sorted by relevance
/external/elfutils/backends/ |
D | alpha_symbol.c | 101 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
|
D | sparc_symbol.c | 89 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
|
D | ppc_symbol.c | 94 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in find_dyn_got()
|
/external/chromium_org/courgette/ |
D | types_elf.h | 80 SHT_DYNAMIC = 6, enumerator
|
/external/qemu/elff/ |
D | elff_elf.h | 268 #define SHT_DYNAMIC 6 macro
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 246 case SHT_DYNAMIC: in __elfw2()
|
D | elf_getdata.c | 81 [SHT_DYNAMIC] = ELF_T_DYN,
|
D | elf.h | 329 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 134 SHT_DYNAMIC = 6, /* information for dynamic linking */ enumerator
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 250 ECase(SHT_DYNAMIC) in enumeration()
|
/external/elfutils/src/ |
D | findtextrel.c | 277 if (shdr->sh_type == SHT_DYNAMIC) in process_file()
|
D | elflint.c | 1006 if (rcshdr->sh_type == SHT_DYNAMIC) in is_rel_dyn() 1224 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr() 2784 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in unknown_dependency_p() 3321 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE }, 3762 case SHT_DYNAMIC: in check_sections() 4096 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in check_program_header()
|
D | ldgeneric.c | 1238 else if (unlikely (shdr->sh_type == SHT_DYNAMIC)) in add_relocatable_file() 2473 new_generated_scn (scn_dot_dynamic, ".dynamic", SHT_DYNAMIC, in ld_generic_generate_sections()
|
D | readelf.c | 1422 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in print_dynamic()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 79 ELF: Type: SHT_DYNAMIC
|
/external/qemu/ |
D | elf.h | 1070 #define SHT_DYNAMIC 6 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1126 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 356 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 1136 case ELF::SHT_DYNAMIC: 2463 case ELF::SHT_DYNAMIC: {
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1284 case ELF::SHT_DYNAMIC: in WriteSection()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 346 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro 6829 case SHT_DYNAMIC: in new_section() 19268 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC, in tcc_output_file() 20242 case SHT_DYNAMIC: in tcc_load_dll()
|