/art/compiler/ |
elf_stripper.cc | 93 llvm::ELF::Elf32_Off offset = elf_file->GetSectionHeader(1).sh_offset; 101 if (old_sh.sh_offset == offset) { 108 elf_file->Begin() + old_sh.sh_offset, 110 new_sh.sh_offset = offset;
|
elf_writer_quick.cc | 476 section_headers[SH_NULL].sh_offset = 0; 487 section_headers[SH_DYNSYM].sh_offset = dynsym_offset; 498 section_headers[SH_DYNSTR].sh_offset = dynstr_offset; 509 section_headers[SH_HASH].sh_offset = hash_offset; 520 section_headers[SH_RODATA].sh_offset = oat_data_offset; 531 section_headers[SH_TEXT].sh_offset = oat_exec_offset; 543 section_headers[SH_DYNAMIC].sh_offset = dynamic_offset; 554 section_headers[SH_SHSTRTAB].sh_offset = shstrtab_offset;
|
/external/chromium_org/courgette/ |
disassembler_elf_32_x86.cc | 85 size_t file_offset = section_header->sh_offset; 86 size_t section_end = section_header->sh_offset + section_header->sh_size; 89 (Elf32_Rel *)OffsetToPointer(section_header->sh_offset); 120 uint32 start_file_offset = section_header->sh_offset;
|
disassembler_elf_32.cc | 113 uint32 section_end = section_header->sh_offset + section_header->sh_size; 195 Elf32_Off section_begin = section_header->sh_offset; 266 section_header->sh_offset, 269 file_offset = section_header->sh_offset; 275 file_offset = section_header->sh_offset + section_header->sh_size; 283 file_offset = section_header->sh_offset + section_header->sh_size; 291 *current_abs_offset >= section_header->sh_offset && 293 (section_header->sh_offset + section_header->sh_size)) { 302 *current_abs_offset >= section_header->sh_offset && 304 (section_header->sh_offset + section_header->sh_size) [all...] |
types_elf.h | 64 Elf32_Off sh_offset; member in struct:Elf32_Shdr
|
disassembler_elf_32_arm.cc | 320 size_t file_offset = section_header->sh_offset; 321 size_t section_end = section_header->sh_offset + section_header->sh_size; 324 (Elf32_Rel *)OffsetToPointer(section_header->sh_offset); 370 uint32 start_file_offset = section_header->sh_offset;
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionHeader.h | 43 offset_t sh_offset; member in class:ELFSectionHeader_CRTP 71 return sh_offset; 128 AR & sh_offset; local 179 AR & sh_offset; local
|
/external/elfutils/libelf/ |
gelf_update_shdr.c | 86 || unlikely (src->sh_offset > 0xffffffffull) 101 COPY (sh_offset);
|
elf32_offscn.c | 97 if (runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_offset == offset) 102 sh_offset. We presume the caller is looking for a nonempty
|
gelf_getshdr.c | 97 COPY (sh_offset);
|
elf32_getshdr.c | 141 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset); 187 CONVERT (shdr[cnt].sh_offset);
|
/external/libvpx/libvpx/build/make/ |
obj_int_extract.c | 295 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_offset); 311 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_offset); 334 return (char *)(elf->buf + shdr.sh_offset + idx); 344 return (char *)(elf->buf + shdr.sh_offset + idx); 394 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name)); 398 strtab_off32 = shdr.sh_offset; 411 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name)); 415 strtab_off64 = shdr.sh_offset; 429 for (ofst = shdr.sh_offset; 430 ofst < shdr.sh_offset + shdr.sh_size [all...] |
/external/valgrind/main/VEX/switchback/ |
linker.c | 398 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; 410 ptr = ehdrC + shdr[i].sh_offset; 520 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); 525 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 526 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); 553 (ehdrC + shdr[ sym.st_shndx ].sh_offset 646 Elf_Rela* rtab = (Elf_Rela*) (ehdrC + shdr[shnum].sh_offset); 651 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 652 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); 699 (ehdrC + shdr[ sym.st_shndx ].sh_offset [all...] |
/external/valgrind/main/VEX/unused/ |
linker.c | 332 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; 344 ptr = ehdrC + shdr[i].sh_offset; 426 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); 431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); 459 (ehdrC + shdr[ sym.st_shndx ].sh_offset 552 Elf_Rela* rtab = (Elf_Rela*) (ehdrC + shdr[shnum].sh_offset); 557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 558 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); 594 (ehdrC + shdr[ sym.st_shndx ].sh_offset [all...] |
/sdk/emulator/qtools/ |
read_elf.cpp | 57 shdr->sh_offset = SwapOff(shdr->sh_offset); 162 fseek(f, shdr->sh_offset, SEEK_SET); 170 if (fseek(f, shdr->sh_offset, SEEK_SET) != 0)
|
/system/core/libcorkscrew/ |
symbol_table.c | 115 dynsyms = (Elf32_Sym*)(base + shdr[dynsym_idx].sh_offset); 118 dynstr = base + shdr[dynstr_idx].sh_offset; 125 syms = (Elf32_Sym*)(base + shdr[sym_idx].sh_offset); 128 str = base + shdr[str_idx].sh_offset;
|
/external/elfutils/tests/ |
asm-tst2.c | 229 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15)) 231 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
|
asm-tst9.c | 263 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15)) 265 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 363 uint32_t sh_offset = 0x0; local 401 sh_offset = shdr->sh_offset; 405 sh_offset = mcld::bswap32(shdr->sh_offset); 410 pInput.fileOffset() + sh_offset, sh_size); 422 sh_offset = shdrTab[idx].sh_offset; 432 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset); 919 uint64_t sh_offset = 0x0; local [all...] |
/external/chromium_org/base/third_party/symbolize/ |
symbolize.cc | 188 GetSectionHeaderByType(const int fd, ElfW(Half) sh_num, const off_t sh_offset, 197 sh_offset + i * sizeof(buf[0])); 244 off_t name_offset = shstrtab.sh_offset + out->sh_name; 274 off_t offset = symtab->sh_offset + i * symtab->sh_entsize; 300 strtab->sh_offset + symbol.st_name);
|
/external/qemu/ |
elf_ops.h | 36 bswapSZs(&shdr->sh_offset); 123 syms = load_at(fd, symtab->sh_offset, symtab->sh_size); 159 str = load_at(fd, strtab->sh_offset, strtab->sh_size);
|
/external/qemu/elff/ |
elff_elf.h | 221 Elf_Off sh_offset; member in struct:Elf_SHdr
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elff_elf.h | 221 Elf_Off sh_offset; member in struct:Elf_SHdr
|
/development/ndk/platforms/android-3/include/linux/ |
elf.h | 270 Elf32_Off sh_offset; member in struct:__anon1030 283 Elf64_Off sh_offset; member in struct:elf64_shdr
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 270 Elf32_Off sh_offset; member in struct:__anon41491 283 Elf64_Off sh_offset; member in struct:elf64_shdr
|