Searched refs:SHT_DYNAMIC (Results 1 – 17 of 17) 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/qemu/elff/ |
D | elff_elf.h | 268 #define SHT_DYNAMIC 6 macro
|
/external/kernel-headers/original/linux/ |
D | elf.h | 242 #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/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/include/llvm/Support/ |
D | ELF.h | 818 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/qemu/ |
D | elf.h | 1070 #define SHT_DYNAMIC 6 macro
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 904 case ELF::SHT_DYNAMIC: 1866 case ELF::SHT_DYNAMIC: {
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1270 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()
|