Home
last modified time | relevance | path

Searched refs:unallocated (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Decoff.c1049 int unallocated; /* number of elements unallocated on page */ member
4850 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4853 if (unallocated == 0) in allocate_scope()
4855 unallocated = PAGE_SIZE / sizeof (scope_t); in allocate_scope()
4860 ptr = &cur_page->scope[--unallocated]; in allocate_scope()
4861 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4900 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4903 if (unallocated == 0) in allocate_vlinks()
4905 unallocated = PAGE_SIZE / sizeof (vlinks_t); in allocate_vlinks()
4910 ptr = &cur_page->vlinks[--unallocated]; in allocate_vlinks()
[all …]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/aarch64/
Dunallocated-encoding.d3 #name: Disassembler detects unallocated instruction encodings.
/toolchain/binutils/binutils-2.25/binutils/testsuite/
DChangeLog43 * binutils-all/aarch64/unallocated-encoding.s: New testcase.
44 * binutils-all/aarch64/unallocated-encoding.d: Ditto.
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-96971821 relocs in unallocated sections.
1823 R_SPARC_RELATIVE relocs in unallocated sections.
DChangeLog-02038285 * elf.c (assign_file_positions_for_segments): Remove unallocated
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo6061 @cindex unallocated address, next
6062 Return the next unallocated address that is a multiple of @var{exp}.
/toolchain/binutils/binutils-2.25/gold/
DChangeLog10203 unallocated sections and EXIDX sections.
12719 an unallocated section.