Searched refs:sh_size (Results 1 - 3 of 3) sorted by relevance

/art/compiler/linker/
H A Delf_builder.h134 CHECK(header_.sh_size == 0u || header_.sh_size == size);
135 header_.sh_size = size;
137 owner_->virtual_address_ = header_.sh_addr + header_.sh_size;
153 CHECK(header_.sh_size == 0u || header_.sh_size == position);
154 header_.sh_size = position;
366 DCHECK_LE(addr, section->GetAddress() + section->header_.sh_size);
953 if ((shdr.sh_flags & SHF_ALLOC) != 0 && shdr.sh_size != 0) {
964 load.p_filesz = (shdr.sh_type != SHT_NOBITS ? shdr.sh_size
[all...]
/art/runtime/
H A Delf_file.cc817 return section_header.sh_size / section_header.sh_entsize;
946 if (i >= string_section.sh_size) {
1002 return section_header.sh_size / section_header.sh_entsize;
1021 return section_header.sh_size / section_header.sh_entsize;
1386 Begin() + patches_section->sh_offset + patches_section->sh_size,
1389 Begin() + target_section->sh_offset + target_section->sh_size);
1482 offset += old_sh->sh_size;
1488 old_sh->sh_size);
1490 offset += old_sh->sh_size;
1829 *size = shdr->sh_size;
[all...]
H A Delf.h1213 Elf32_Word sh_size; // Size of section, in bytes member in struct:Elf32_Shdr
1227 Elf64_Xword sh_size; member in struct:Elf64_Shdr

Completed in 113 milliseconds