Searched refs:file_align (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | xcoff.h | 366 unsigned long file_align; member
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | xcoff.h | 366 unsigned long file_align; member
|
| /openbsd/src/sys/kern/ |
| D | exec_elf.c | 364 int file_align; in elf_load_file() local 417 file_align = ph[i].p_align; in elf_load_file() 429 pos = ELF_ROUND(pos, file_align); in elf_load_file() 473 pos = ELF_ROUND(pos,file_align); in elf_load_file()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | xcofflink.c | 463 ret->file_align = 0; in _bfd_xcoff_bfd_link_hash_table_create() 2966 unsigned long file_align, in bfd_xcoff_size_dynamic_sections() argument 3011 xcoff_hash_table (info)->file_align = file_align; in bfd_xcoff_size_dynamic_sections() 5428 if (xcoff_hash_table (info)->file_align != 0) in _bfd_xcoff_bfd_final_link() 5433 bfd_vma file_align; in _bfd_xcoff_bfd_final_link() local 5435 file_align = xcoff_hash_table (info)->file_align; in _bfd_xcoff_bfd_final_link() 5436 if (file_align != 0) in _bfd_xcoff_bfd_final_link() 5506 pageoff = sofar & (file_align - 1); in _bfd_xcoff_bfd_final_link() 5509 o->size = file_align - pageoff; in _bfd_xcoff_bfd_final_link() 5510 sofar += file_align - pageoff; in _bfd_xcoff_bfd_final_link()
|
| D | elflink.c | 9718 size_t size, bytes, file_align; in bfd_elf_gc_record_vtentry() local 9723 file_align = 1 << log_file_align; in bfd_elf_gc_record_vtentry() 9725 size = addend + file_align; in bfd_elf_gc_record_vtentry() 9733 size = addend + file_align; in bfd_elf_gc_record_vtentry() 9736 size = (size + file_align - 1) & -file_align; in bfd_elf_gc_record_vtentry()
|
| D | ChangeLog-0001 | 4005 with the file_align entry from elf_backend_data. 5207 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
|
| D | ChangeLog-0203 | 3308 * elf-bfd.h (struct elf_size_info): Rename file_align to
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | xcofflink.c | 504 ret->file_align = 0; 2819 file_align, maxstack, maxdata, gc, in bfd_xcoff_size_dynamic_sections() argument 2826 unsigned long file_align; 2871 xcoff_hash_table (info)->file_align = file_align; 3643 if (xcoff_hash_table (info)->file_align != 0) 3648 bfd_vma file_align; local 3650 file_align = xcoff_hash_table (info)->file_align; 3651 if (file_align != 0) 3726 pageoff = sofar & (file_align - 1); 3729 o->_raw_size = file_align - pageoff; [all …]
|
| D | elflink.h | 5376 symtab_hdr->sh_addralign = bed->s->file_align; 8122 int file_align = bed->s->file_align; local 8124 n = h->vtable_parent->vtable_entries_size / file_align; 8147 int file_align; local 8169 file_align = bed->s->file_align; 8180 bfd_vma entry = (rel->r_offset - hstart) / file_align; 8315 int file_align = bed->s->file_align; local 8339 bytes = (size / file_align + 1) * sizeof (bfd_boolean); 8349 oldbytes = ((h->vtable_entries_size / file_align + 1) 8365 h->vtable_entries_used[addend / file_align] = TRUE;
|
| D | elflink.c | 8550 size_t size, bytes, file_align; in bfd_elf_gc_record_vtentry() local 8555 file_align = 1 << log_file_align; in bfd_elf_gc_record_vtentry() 8557 size = addend + file_align; in bfd_elf_gc_record_vtentry() 8565 size = addend + file_align; in bfd_elf_gc_record_vtentry() 8568 size = (size + file_align - 1) & -file_align; in bfd_elf_gc_record_vtentry()
|
| D | ChangeLog-0001 | 4005 with the file_align entry from elf_backend_data. 5207 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
|
| D | ChangeLog-0203 | 3308 * elf-bfd.h (struct elf_size_info): Rename file_align to
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| D | aix.em | 67 static unsigned long file_align; 315 file_align = val; 321 file_align = 4096; 671 (output_bfd, &link_info, libpath, entry_symbol.name, file_align,
|
| /openbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | aix.em | 66 static unsigned long file_align; 314 file_align = val; 320 file_align = 4096; 670 (output_bfd, &link_info, libpath, entry_symbol.name, file_align,
|