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

123

/external/elfutils/libelf/
H A Delf.h282 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon6213
296 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon6214
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:__anon9453
295 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon9454
363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
592 value is in the field sh_info of section 0. */
/external/elfutils/src/
H A Delfcompress.c993 shdr->sh_info = SHN_UNDEF;
H A Dld.c1243 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used;
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py171 self.sh_info = f.uint32()
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h666 ErrorOr<const Elf_Shdr *> R = EF.getSection(EShdr->sh_info);
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-solaris.c450 shdr->sh_info = num_phdrs;
/external/valgrind/perf/
H A Dtinycc.c309 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon25457
323 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon25458
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...]
/external/iproute2/tc/
H A Dtc_bpf.c1362 idx = data_relo.sec_hdr.sh_info;
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp210 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info);
294 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info);

Completed in 8024 milliseconds

123