Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h857 size_t extsize; in elf_write_relocs() local
899 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()
904 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()
923 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
/toolchain/binutils/binutils-2.25/gold/
Dobject.cc818 section_size_type extsize = datasize - locsize; in base_read_symbols() local
821 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols()