Searched defs:sh_info (Results 1 - 13 of 13) sorted by relevance

/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/llvm/include/llvm/Object/
H A DELFTypes.h155 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
170 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
/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/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp739 Write32(Info); // sh_info
956 uint64_t sh_info = 0; local
961 sh_info = 0;
981 sh_info = SectionIndexMap.lookup(InfoSection);
988 sh_info = LastLocalSymbolIndex;
1010 sh_info = GroupSymbolIndex;
1019 Section.getFlags(), 0, Offset, Size, sh_link, sh_info,
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp105 Elf_Word sh_info; // Section type-specific extra information member in struct:__anon18669::Elf_Shdr_Base
120 Elf_Word sh_info; // Section type-specific extra information member in struct:__anon18669::Elf_Shdr_Base
765 RelData.w.a = getSection(ittr->second[0])->sh_info;
783 RelData.w.a = relocsec->sh_info;
1117 SectionRelocMap[getSection(sh->sh_info)].push_back(i);
/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/vulkan-validation-layers/demos/
H A Dcube.c1685 VkShaderModuleCreateInfo sh_info = {}; local
1686 sh_info.sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO;
1689 sh_info.codeSize = sizeof(cube_vert);
1690 sh_info.pCode = cube_vert;
1691 VkResult U_ASSERT_ONLY err = vkCreateShaderModule(demo->device, &sh_info, NULL, &demo->vert_shader_module);
1710 VkShaderModuleCreateInfo sh_info = {}; local
1711 sh_info.sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO;
1714 sh_info.codeSize = sizeof(cube_frag);
1715 sh_info.pCode = cube_frag;
1716 VkResult U_ASSERT_ONLY err = vkCreateShaderModule(demo->device, &sh_info, NUL
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h630 Elf32_Word sh_info; // Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
644 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h667 Elf32_Word sh_info; // Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
681 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
/external/elfutils/libelf/
H A Delf.h282 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon6105
296 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon6106
364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
593 value is in the field sh_info of section 0. */
/external/kmod/port-gnu/
H A Delf.h281 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon9321
295 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon9322
363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
592 value is in the field sh_info of section 0. */
/external/valgrind/perf/
H A Dtinycc.c309 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon23829
323 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon23830
2205 int sh_info; /* elf section info */
18367 sr->sh_info = s->sh_num;
18450 s->sh_info = q - new_syms;
18711 s = s1->sections[sr->sh_info];
19820 sh->sh_info = s->sh_info;
19962 sh_info will be updated later */
19994 /* second short pass to update sh_link and sh_info field
2203 int sh_info; /* elf section info */ member in struct:Section
[all...]

Completed in 239 milliseconds