Searched refs:sh_size (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 406 if (pt_dynamic_filesz != dynamic_shdr->sh_size) { in ReadDynamicSection() 411 static_cast<size_t>(dynamic_shdr->sh_size), in ReadDynamicSection() 418 static_cast<size_t>(dynamic_shdr->sh_size), in ReadDynamicSection() 438 if (!CheckFileRange(dynamic_shdr->sh_offset, dynamic_shdr->sh_size, alignof(const ElfW(Dyn)))) { in ReadDynamicSection() 443 if (!dynamic_fragment_.Map(fd_, file_offset_, dynamic_shdr->sh_offset, dynamic_shdr->sh_size)) { in ReadDynamicSection() 450 if (!CheckFileRange(strtab_shdr->sh_offset, strtab_shdr->sh_size, alignof(const char))) { in ReadDynamicSection() 456 if (!strtab_fragment_.Map(fd_, file_offset_, strtab_shdr->sh_offset, strtab_shdr->sh_size)) { in ReadDynamicSection()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.cc | 116 VLOG(1) << " sh_size = " << section_header->sh_size; in VerboseLogSectionHeader() 213 section_header->sh_size > 0) { in Load() 587 if (section_header->sh_size == new_size) { in ResizeSection() 594 CHECK(data->d_off == 0 && data->d_size == section_header->sh_size); in ResizeSection() 618 section_header->sh_size += hole_size; in ResizeSection() 814 dyn.d_un.d_val = section_header->sh_size; in PackTypedRelocations() 935 dyn.d_un.d_val = section_header->sh_size; in UnpackTypedRelocations()
|
/bionic/libc/bionic/ |
D | vdso.cpp | 68 symbol_count = vdso_shdr[i].sh_size / sizeof(ElfW(Sym)); in __libc_init_vdso()
|
/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 262 Elf32_Word sh_size; member 274 Elf64_Xword sh_size; member
|