Searched refs:sh_info (Results 1 - 25 of 60) sorted by relevance

123

/external/elfutils/libebl/
H A Deblsectionstripp.c51 Elf_Scn *scn_l = elf_getscn (ebl->elf, (shdr)->sh_info);
/external/elfutils/libelf/
H A Delf_getphdrnum.c68 *dst = scns->data[0].shdr.e32->sh_info;
74 *dst = scns->data[0].shdr.e64->sh_info;
H A Dgelf_getshdr.c77 COPY (sh_info);
H A Dgelf_update_shdr.c83 COPY (sh_info);
H A Delf32_getshdr.c147 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info);
196 CONVERT (shdr[cnt].sh_info);
H A Delf32_newphdr.c99 .shdr.ELFW(e,LIBELFBITS)->sh_info = 0;
145 /* We have to write COUNT into the zeroth section's sh_info. */
151 scn0->shdr.ELFW(e,LIBELFBITS)->sh_info = count;
/external/elfutils/tests/
H A Dupdate4.c135 shdr->sh_info = 0;
171 shdr->sh_info = 0;
207 shdr->sh_info = 0;
243 shdr->sh_info = 0;
280 shdr->sh_info = SHN_UNDEF;
H A Dalldts.c145 shdr->sh_info = SHN_UNDEF;
200 shdr->sh_info = SHN_UNDEF;
H A Delfstrmerge.c465 if (SH_INFO_LINK_P (shdr) && shdr->sh_info != 0)
466 newshdr.sh_info = newsecndx (shdr->sh_info, "shdr", ndx, "sh_info", 0);
468 newshdr.sh_info = shdr->sh_info;
H A Dasm-tst1.c225 if (shdr->sh_info != 0)
H A Dasm-tst2.c247 if (shdr->sh_info != 0)
H A Dsectiondump.c110 shdr->sh_info,
H A Dupdate3.c131 shdr->sh_info = SHN_UNDEF;
/external/syslinux/com32/include/sys/
H A Delf32.h101 Elf32_Word sh_info; member in struct:elf32_shdr
H A Delf64.h101 Elf64_Word sh_info; member in struct:elf64_shdr
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp220 VkShaderModuleCreateInfo sh_info = {}; local
221 sh_info.sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO;
224 sh_info.codeSize = sizeof(Smoke_push_constant_vert);
225 sh_info.pCode = Smoke_push_constant_vert;
228 sh_info.codeSize = sizeof(Smoke_vert);
229 sh_info.pCode = Smoke_vert;
231 vk::assert_success(vk::CreateShaderModule(dev_, &sh_info, nullptr, &vs_));
234 sh_info.codeSize = sizeof(Smoke_frag);
235 sh_info.pCode = Smoke_frag;
236 vk::assert_success(vk::CreateShaderModule(dev_, &sh_info, nullpt
[all...]
/external/google-breakpad/src/common/linux/
H A Dsynth_elf_unittest.cc249 EXPECT_EQ(0U, shdr[0].sh_info);
260 EXPECT_EQ(0U, shdr[1].sh_info);
324 EXPECT_EQ(0U, shdr[0].sh_info);
335 EXPECT_EQ(0U, shdr[1].sh_info);
346 EXPECT_EQ(0U, shdr[2].sh_info);
357 EXPECT_EQ(0U, shdr[3].sh_info);
/external/elfutils/libdwfl/
H A Dderelocate.c140 if (shdr->sh_info < elf_ndxscn (scn))
143 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info);
202 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info);
/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.h78 void setInfoNum(Elf64_Word sh_info) { Header.sh_info = sh_info; } argument
211 // Keep Local and Global symbols separate, since the sh_info needs to know
324 Str.writeELFWord<IsELF64>(Header.sh_info);
/external/elfutils/src/
H A Dstrip.c724 in the sh_link or sh_info element it cannot be removed either
783 if (shdr_info[cnt].shdr.sh_info >= shnum)
785 else if (shdr_info[shdr_info[cnt].shdr.sh_info].idx != 0)
897 - specially marked references in sh_info if the SHF_INFO_LINK
907 /* Handle references through sh_info. */
910 if (shdr_info[cnt].shdr.sh_info >= shnum)
912 else if ( shdr_info[shdr_info[cnt].shdr.sh_info].idx == 0)
914 shdr_info[shdr_info[cnt].shdr.sh_info].idx = 1;
915 changes |= shdr_info[cnt].shdr.sh_info < cnt;
951 check_preserved (shdr_info[cnt].shdr.sh_info);
[all...]
H A Di386_ld.c89 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
168 rel->r_offset += file->scninfo[shdr->sh_info].offset;
422 shdr->sh_info = statep->gotpltscnidx;
756 XElf_Addr inscnoffset = scninfo[rshdr->sh_info].offset;
759 Elf_Data *data = elf_getdata (scninfo[rshdr->sh_info].scn, NULL);
887 if (idx < SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info
H A Dunstrip.c469 if (newshdr->sh_info != STN_UNDEF)
471 newshdr->sh_info = map[newshdr->sh_info - 1];
600 shdr->sh_info += added;
1082 COPY (sh_info);
1559 shdr_mem.sh_info = sec->shdr.sh_info;
1571 if (SH_INFO_LINK_P (&sec->shdr) && sec->shdr.sh_info != 0)
1572 shdr_mem.sh_info = ndx_section[sec->shdr.sh_info
[all...]
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Delf-dump63 self.sh_info = f.read32()
75 print " ('sh_info', %s)" % common_dump.HexDump(self.sh_info)
/external/kernel-headers/original/uapi/linux/
H A Delf.h45 * or equal to PN_XNUM(0xffff), it is set to sh_info field of the
310 Elf32_Word sh_info; member in struct:elf32_shdr
323 Elf64_Word sh_info; /* Additional section information */ member in struct:elf64_shdr
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp231 SHeader.sh_info = Index;
242 SHeader.sh_info = SymIdx;
270 SHeader.sh_info = Doc.Symbols.Local.size() + 1;

Completed in 7806 milliseconds

123