Searched defs:sh_size (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libelf/
H A Delf_strptr.c101 size_t sh_size = 0; local
113 sh_size = shdr->sh_size;
118 sh_size = strscn->zdata_size;
121 if (unlikely (offset >= sh_size))
139 sh_size = shdr->sh_size;
144 sh_size = strscn->zdata_size;
147 if (unlikely (offset >= sh_size))
170 '\0', sh_size
[all...]
H A Delf.h280 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon6105
294 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon6106
/external/toybox/toys/posix/
H A Dfile.c142 int sh_size = elf_int(shdr+8+12*(bits+1), 4); local
154 while (sh_size >= 3*4) { // Don't try to read a truncated entry.
174 sh_size -= notesz;
/external/syslinux/com32/include/sys/
H A Delf32.h99 Elf32_Word sh_size; member in struct:elf32_shdr
H A Delf64.h99 Elf64_Xword sh_size; member in struct:elf64_shdr
/external/llvm/include/llvm/Object/
H A DELFTypes.h153 Elf_Word sh_size; // Size of section, in bytes member in struct:llvm::object::Elf_Shdr_Base
168 Elf_Xword sh_size; // Size of section, in bytes member in struct:llvm::object::Elf_Shdr_Base
178 using Elf_Shdr_Base<ELFT>::sh_size;
184 return sh_size / sh_entsize;
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c239 GElf_Xword sh_size,
246 const GElf_Addr sh_end = sh_addr + sh_size;
481 sh->sh_addr, sh->sh_size, &highest);
494 (*s32)[i].sh_size, &highest);
502 (*s64)[i].sh_size, &highest);
616 *syments = shdr->sh_size / shdr->sh_entsize;
631 *syments = shdr->sh_size / shdr->sh_entsize;
1006 mod->aux_syments = shdr->sh_size / shdr->sh_entsize;
235 consider_shdr(GElf_Addr interp, GElf_Word sh_type, GElf_Xword sh_flags, GElf_Addr sh_addr, GElf_Xword sh_size, GElf_Addr *phighest) argument
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp103 Elf_Word sh_size; // Size of section, in bytes member in struct:__anon18669::Elf_Shdr_Base
118 Elf_Xword sh_size; // Size of section, in bytes member in struct:__anon18669::Elf_Shdr_Base
128 using Elf_Shdr_Base<target_endianness, is64Bits>::sh_size;
134 return sh_size / sh_entsize;
397 + SymbolTableSection->sh_size)))
686 Result = sec->sh_size;
696 Result = StringRef(start, sec->sh_size);
785 RelData.w.c = relocsec->sh_size / relocsec->sh_entsize;
797 if (Rel.w.c >= (relocsec->sh_size / relocsec->sh_entsize)) {
1133 [dot_shstrtab_sec->sh_size
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h308 Elf32_Word sh_size; member in struct:elf32_shdr
321 Elf64_Xword sh_size; /* Size of section in bytes */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h628 Elf32_Word sh_size; // Size of section, in bytes member in struct:llvm::ELF::Elf32_Shdr
642 Elf64_Xword sh_size; member in struct:llvm::ELF::Elf64_Shdr
/external/elfutils/src/
H A Dreadelf.c1047 printf (gettext (" (%" PRIu32 " in [0].sh_size)"),
1048 (uint32_t) shdr->sh_size);
1195 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 6 : 8, shdr->sh_size,
1358 if (shdr->sh_size > 0
1363 && (shdr->sh_addr + shdr->sh_size
1366 && (shdr->sh_offset + shdr->sh_size
1371 && shdr->sh_addr + shdr->sh_size <= relro_to)
1382 && shdr->sh_addr + shdr->sh_size > relro_to)
1404 && (shdr->sh_addr + shdr->sh_size
1429 && shdr->sh_addr + shdr->sh_size > relro_t
4629 const size_t sh_size = (dbg->sectiondata[IDX_debug_abbrev] ? local
7723 const size_t sh_size = (dbg->sectiondata[IDX_debug_str] ? local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h665 Elf32_Word sh_size; // Size of section, in bytes member in struct:llvm::ELF::Elf32_Shdr
679 Elf64_Xword sh_size; member in struct:llvm::ELF::Elf64_Shdr
/external/kmod/port-gnu/
H A Delf.h279 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon9321
293 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon9322
/external/valgrind/perf/
H A Dtinycc.c307 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon23829
321 Elf64_Xword sh_size; /* Section size in bytes */ member in struct:__anon23830
2208 unsigned long sh_size; /* section size (only used during output) */
18748 sr->sh_size = count * sizeof(Elf32_Rel);
19204 size = s->sh_size;
19456 s->sh_size = s->data_offset;
19560 rel_size += s->sh_size;
19562 addr += s->sh_size;
19564 file_offset += s->sh_size;
19592 ph->p_filesz = interp->sh_size;
2206 unsigned long sh_size; /* section size (only used during output) */ member in struct:Section
[all...]

Completed in 469 milliseconds