/external/elfutils/src/ |
sectionhash.c | 47 result = one->entsize - two->entsize;
|
nm.c | 1226 size_t entsize = shdr->sh_entsize; local 1229 if (entsize == 0 1230 || entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT)) 1235 else if (size % entsize != 0) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
merge.c | 69 unsigned int entsize; member in struct:sec_merge_hash 150 if (table->entsize == 1) 164 for (i = 0; i < table->entsize; ++i) 167 if (i == table->entsize) 169 for (i = 0; i < table->entsize; ++i) 178 len *= table->entsize; 181 len += table->entsize; 185 for (i = 0; i < table->entsize; ++i) 191 len = table->entsize; 234 sec_merge_init (unsigned int entsize, bfd_boolean strings [all...] |
hash.c | 372 unsigned int entsize, 401 table->entsize = entsize; 415 unsigned int entsize) 417 return bfd_hash_table_init_n (table, newfunc, entsize,
|
elf64-sparc.c | 62 int entsize; local 78 entsize = rel_hdr->sh_entsize; 79 BFD_ASSERT (entsize == sizeof (Elf64_External_Rela)); 81 count = rel_hdr->sh_size / entsize; 84 i++, relent++, native_relocs += entsize)
|
elfcode.h | 1392 int entsize; local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
merge.cc | 334 section_size_type entsize = 335 convert_to_section_size_type(this->pomd_->entsize()); 341 for (section_size_type i = 0; i < entsize; ++i) 351 for (section_size_type i = 0; i < entsize; ++i) 368 return memcmp(p1, p2, this->pomd_->entsize()) == 0; 376 section_size_type entsize = convert_to_section_size_type(this->entsize()); 379 section_size_type addsize = std::max(entsize, addralign); 391 memcpy(this->p_ + this->len_, p, entsize); 392 if (addsize > entsize) [all...] |
merge.h | 218 Output_merge_base(uint64_t entsize, uint64_t addralign) 219 : Output_section_data(addralign), merge_map_(), entsize_(entsize), 226 entsize() const function in class:gold::Output_merge_base 340 Output_merge_data(uint64_t entsize, uint64_t addralign) 341 : Output_merge_base(entsize, addralign), p_(NULL), len_(0), alc_(0),
|
icf.cc | 436 uint64_t entsize = local 474 switch(entsize) 509 // Use the entsize to determine the length to copy. 510 uint64_t bufsize = entsize; 511 // If entsize is too big, copy all the remaining bytes. 512 if ((offset + entsize) > secn_len) [all...] |
binary.cc | 319 unsigned int entsize, 333 oshdr.put_sh_entsize(entsize);
|
output.h | 3148 entsize() const function in class:gold::Output_section 3834 uint64_t entsize; member in union:gold::Output_section::Input_section::__anon115885 [all...] |
output.cc | 2384 uint64_t entsize = shdr.get_sh_entsize(); local [all...] |
/external/elfutils/libelf/ |
elf_getdata.c | 264 size_t entsize; local 268 entsize = 1; 273 entsize = SH_ENTSIZE_HASH (ehdr); 280 entsize = 1; 282 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t]; 287 if (entsize == 0) 288 entsize = 1; 290 if (unlikely (size % entsize != 0))
|
/toolchain/binutils/binutils-2.25/ld/ |
ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 228 entsize += cref_table.root.entsize; 236 old_tab = xmalloc (tabsize + entsize + refsize); 244 old_ref = (char *) old_ent + entsize; 258 memcpy (old_ent, p, cref_table.root.entsize); 259 old_ent = (char *) old_ent + cref_table.root.entsize; 285 old_ref = (char *) old_ent + entsize; 300 memcpy (p, old_ent, cref_table.root.entsize); 301 old_ent = (char *) old_ent + cref_table.root.entsize; [all...] |
/external/elfutils/libdw/ |
dwarf_getpubnames.c | 49 const size_t entsize = sizeof (struct pubnames_s); local 61 = (struct pubnames_s *) realloc (mem, allocated * entsize); 135 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 70 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Sym); local 87 for (size_t idx = 1; idx < entsize; ++idx) { 208 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rela); local 212 for (size_t idx = 0; idx < entsize; ++idx) { 237 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rel); local 241 for (size_t idx = 0; idx < entsize; ++idx) { 570 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Sym); local 587 for (size_t idx = 1; idx < entsize; ++idx) { 703 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Rela); local 707 for (size_t idx = 0; idx < entsize; ++idx) 732 size_t entsize = pRegion.size() \/ sizeof(llvm::ELF::Elf64_Rel); local [all...] |
/external/google-breakpad/src/common/linux/ |
synth_elf.h | 105 uint32_t link = 0, uint64_t entsize = 0, uint64_t offset = 0);
|
synth_elf.cc | 86 uint32_t link, uint64_t entsize, uint64_t offset) { 114 .Append(endianness(), addr_size_, entsize); local
|
/art/compiler/ |
elf_builder.h | 103 Elf_Word entsize) 119 header_.sh_entsize = entsize; 253 Elf_Word entsize) 254 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } 297 /* entsize */ 0) { } 321 /* entsize */ 0), 415 Elf_Word entsize, 418 : Section(owner, name, type, flags, link, info, align, entsize) { 475 Elf_Word entsize) 476 : Section(owner, name, type, flags, link, info, align, entsize), [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-elf.c | 552 int entsize, 721 sec->entsize = entsize; 748 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize) 937 int entsize; local 969 entsize = 0; 1041 entsize = get_absolute_expression (); 1043 if (entsize < 0) 1047 entsize = 0 [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
cgen-dis.c | 89 ENTSIZE is sizeof (CGEN_IBASE) for the target. 102 int entsize ATTRIBUTE_UNUSED,
|
cgen-asm.c | 56 ENTSIZE is sizeof (CGEN_IBASE) for the target. 69 int entsize ATTRIBUTE_UNUSED,
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
elf.go | 810 entsize uint64 1033 Thearch.Vput(e.entsize) 1046 Thearch.Lput(uint32(e.entsize)) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
elf.go | 810 entsize uint64 1033 Thearch.Vput(e.entsize) 1046 Thearch.Lput(uint32(e.entsize)) [all...] |
/external/elfutils/libdwfl/ |
link_map.c | 611 const size_t entsize = gelf_fsize (mod->main.elf, 613 const size_t n = data->d_size / entsize; 620 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2; 608 const size_t entsize = gelf_fsize (mod->main.elf, local
|