Searched defs:sh_info (Results 1 - 7 of 7) 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/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.cpp1316 Write32(Info); // sh_info
1466 uint64_t sh_info = 0; local
1482 sh_info = SectionIndexMap.lookup(InfoSection);
1489 sh_info = LastLocalSymbolIndex;
1498 sh_info = GroupSymbolIndex;
1508 Section.getFlags(), 0, Offset, Size, sh_link, 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
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.h549 Elf32_Word sh_info; // Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
563 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
/external/elfutils/src/libelf/
H A Delf.h281 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon4632
295 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon4633
363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
567 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:__anon16806
323 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon16807
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 286 milliseconds