/external/elfutils/tests/ |
D | update4.c | 135 shdr->sh_info = 0; in main() 171 shdr->sh_info = 0; in main() 207 shdr->sh_info = 0; in main() 243 shdr->sh_info = 0; in main() 280 shdr->sh_info = SHN_UNDEF; in main()
|
D | elfstrmerge.c | 466 if (SH_INFO_LINK_P (shdr) && shdr->sh_info != 0) in main() 467 newshdr.sh_info = newsecndx (shdr->sh_info, "shdr", ndx, "sh_info", 0); in main() 469 newshdr.sh_info = shdr->sh_info; in main()
|
D | addsections.c | 189 shdr->sh_info = SHN_UNDEF; in add_sections() 236 shdr->sh_info = SHN_UNDEF; in add_sections()
|
D | alldts.c | 145 shdr->sh_info = SHN_UNDEF; in main() 200 shdr->sh_info = SHN_UNDEF; in main()
|
D | fillfile.c | 91 shdr->sh_info = SHN_UNDEF; in create_strtab() 152 shdr->sh_info = SHN_UNDEF; in add_data_section()
|
D | sectiondump.c | 110 shdr->sh_info, in handle_section()
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf_unittest.cc | 249 EXPECT_EQ(0U, shdr[0].sh_info); in TYPED_TEST() 260 EXPECT_EQ(0U, shdr[1].sh_info); in TYPED_TEST() 324 EXPECT_EQ(0U, shdr[0].sh_info); in TYPED_TEST() 335 EXPECT_EQ(0U, shdr[1].sh_info); in TYPED_TEST() 346 EXPECT_EQ(0U, shdr[2].sh_info); in TYPED_TEST() 357 EXPECT_EQ(0U, shdr[3].sh_info); in TYPED_TEST()
|
/external/elfutils/src/ |
D | strip.c | 465 Elf_Scn *tscn = elf_getscn (elf, shdr->sh_info); in remove_debug_relocations() 1377 if (shdr_info[cnt].shdr.sh_info >= shnum) in handle_elf() 1379 else if (shdr_info[shdr_info[cnt].shdr.sh_info].idx != 0) in handle_elf() 1515 if (shdr_info[cnt].shdr.sh_info >= shnum) in handle_elf() 1517 else if ( shdr_info[shdr_info[cnt].shdr.sh_info].idx == 0) in handle_elf() 1519 shdr_info[shdr_info[cnt].shdr.sh_info].idx = 1; in handle_elf() 1520 changes |= shdr_info[cnt].shdr.sh_info < cnt; in handle_elf() 1556 check_preserved (shdr_info[cnt].shdr.sh_info); in handle_elf() 1719 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf() 1782 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf() [all …]
|
D | unstrip.c | 482 if (newshdr->sh_info != STN_UNDEF) in adjust_relocs() 484 newshdr->sh_info = map[newshdr->sh_info - 1]; in adjust_relocs() 628 shdr->sh_info += added; in add_new_section_symbols() 1039 GElf_Sym *sym = gelf_getsym (symdata, shdr->sh_info, &sym_mem); in get_group_sig() 1163 COPY (sh_info); in find_alloc_sections_prelink() 1646 shdr_mem.sh_info = sec->shdr.sh_info; in copy_elided_sections() 1658 if (SH_INFO_LINK_P (&sec->shdr) && sec->shdr.sh_info != 0) in copy_elided_sections() 1659 shdr_mem.sh_info = ndx_section[sec->shdr.sh_info - 1]; in copy_elided_sections() 1920 shdr->sh_info = 1; in copy_elided_sections() 1936 assert (shdr->sh_info == 1 + i); in copy_elided_sections() [all …]
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | entsize.ll | 30 ; 64-NEXT: ('sh_info', 41 ; 64-NEXT: ('sh_info',
|
/external/elfutils/libelf/ |
D | elf_getphdrnum.c | 68 *dst = scns->data[0].shdr.e32->sh_info; in __elf_getphdrnum_rdlock() 74 *dst = scns->data[0].shdr.e64->sh_info; in __elf_getphdrnum_rdlock()
|
D | elf32_getshdr.c | 147 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info); in ElfW2() 196 CONVERT (shdr[cnt].sh_info); in ElfW2()
|
D | elf32_newphdr.c | 99 .shdr.ELFW(e,LIBELFBITS)->sh_info = 0; in ElfW2() 151 scn0->shdr.ELFW(e,LIBELFBITS)->sh_info = count; in ElfW2()
|
D | gelf_getshdr.c | 77 COPY (sh_info); in gelf_getshdr()
|
D | gelf_update_shdr.c | 83 COPY (sh_info); in gelf_update_shdr()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 78 void setInfoNum(Elf64_Word sh_info) { Header.sh_info = sh_info; } in setInfoNum() argument 324 Str.writeELFWord<IsELF64>(Header.sh_info); in writeHeader()
|
/external/elfutils/libdwfl/ |
D | derelocate.c | 150 if (shdr->sh_info < elf_ndxscn (scn)) in cache_sections() 153 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() 212 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections()
|
/external/elfutils/libebl/ |
D | eblsectionstripp.c | 51 Elf_Scn *scn_l = elf_getscn (ebl->elf, (shdr)->sh_info); in ebl_section_strip_p()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 311 Elf32_Word sh_info; member 324 Elf64_Word sh_info; /* Additional section information */ member
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | xscale-attributes.ll | 28 ; OBJ-NEXT: 'sh_info', 0x00000000
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | elf-dump | 63 self.sh_info = f.read32() 75 print " ('sh_info', %s)" % common_dump.HexDump(self.sh_info)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-11-30-reloc-movt.ll | 19 ; OBJ-NEXT: 'sh_info'
|
D | 2010-12-08-tpsoft.ll | 34 ; ELFOBJ-NEXT: 'sh_info'
|
/external/u-boot/include/ |
D | elf.h | 239 Elf32_Word sh_info; /* extra information */ member 253 Elf64_Word sh_info; /* extra information */ member
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 231 SHeader.sh_info = Index; in initSectionHeaders() 242 SHeader.sh_info = SymIdx; in initSectionHeaders() 270 SHeader.sh_info = Doc.Symbols.Local.size() + 1; in initSymtabSectionHeader()
|