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

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h162 elf_word sh_info; ///< Extra section info (overloaded). member in struct:elf::ELFSectionHeader
/external/chromium_org/courgette/
H A Dtypes_elf.h67 Elf32_Word sh_info; member in struct:Elf32_Shdr
/external/llvm/include/llvm/Object/
H A DELFTypes.h119 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
134 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1324 Write32(Info); // sh_info
1515 uint64_t sh_info = 0; local
1520 sh_info = 0;
1542 sh_info = SectionIndexMap.lookup(InfoSection);
1549 sh_info = LastLocalSymbolIndex;
1574 sh_info = GroupSymbolIndex;
1602 Section.getFlags(), 0, Offset, Size, sh_link, sh_info,
/external/chromium_org/third_party/libvpx/include/
H A Delf.h337 Elf32_Word sh_info; member in struct:elf32_shdr
352 Elf64_Word sh_info; member in struct:elf64_shdr
/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
307 Elf32_Word sh_info; member in struct:elf32_shdr
320 Elf64_Word sh_info; /* Additional section information */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h1227 Elf32_Word sh_info; // Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
1241 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
/external/qemu/include/
H A Delf.h1246 value is in the field sh_info of section 0. */
1359 Elf32_Word sh_info; member in struct:elf32_shdr
1372 Elf64_Word sh_info; /* Additional section information */ member in struct:elf64_shdr
/external/elfutils/0.153/libelf/
H A Delf.h282 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon21220
296 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon21221
364 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
568 value is in the field sh_info of section 0. */
/external/valgrind/main/perf/
H A Dtinycc.c309 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon33281
323 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon33282
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 971 milliseconds