/toolchain/binutils/binutils-2.25/bfd/ |
D | gen-aout.c | 32 int page_size; in main() local 60 page_size = N_TXTOFF(my_exec); in main() 61 if (page_size == 0) in main() 82 if (page_size == 0) in main() 83 page_size = PAGSIZ; in main() 86 if (page_size != 0) in main() 87 printf ("#define TARGET_PAGE_SIZE %d\n", page_size); in main()
|
D | sparclynx.c | 198 adata (abfd).page_size = 0x2000; in sparclynx_set_sizes() 203 adata (abfd).page_size = 0x2000; in sparclynx_set_sizes()
|
D | aout-adobe.c | 186 adata (abfd).page_size = 1; /* Not applicable. */ in aout_adobe_callback() 254 adata (abfd).page_size = 1; /* Not applicable. */ in aout_adobe_mkobject()
|
D | aout-cris.c | 276 adata (abfd).page_size = TARGET_PAGE_SIZE; in MY()
|
D | i386os9k.c | 109 adata (abfd).page_size = 1; /* Not applicable. */ in os9k_callback()
|
D | aoutf1.h | 720 adata (abfd).page_size = 0x2000; in sunos4_set_sizes() 725 adata (abfd).page_size = 0x2000; in sunos4_set_sizes()
|
D | coffcode.h | 3143 int page_size; in coff_compute_section_file_positions() local 3148 page_size = pe_data (abfd)->pe_opthdr.FileAlignment; in coff_compute_section_file_positions() 3152 if (page_size == 0) in coff_compute_section_file_positions() 3153 page_size = 1; in coff_compute_section_file_positions() 3156 page_size = PE_DEF_FILE_ALIGNMENT; in coff_compute_section_file_positions() 3159 int page_size = COFF_PAGE_SIZE; in coff_compute_section_file_positions() local 3410 sofar += (current->vma - (bfd_vma) sofar) % page_size; in coff_compute_section_file_positions() 3416 current->size = (current->size + page_size - 1) & -page_size; in coff_compute_section_file_positions()
|
D | elfcode.h | 1755 bfd_vma page_size = get_elf_backend_data (templ)->minpagesize; in NAME() local 1760 if (page_size > 1 && shdr_end > segment_end) in NAME() 1762 bfd_vma page_end = (segment_end + page_size - 1) & -page_size; in NAME()
|
D | mach-o.h | 733 bfd_vma page_size; member
|
D | aout-target.h | 252 adata(abfd).page_size = TARGET_PAGE_SIZE; in MY()
|
D | peXXigen.c | 4250 int page_size; in rsrc_process_section() local 4254 page_size = pe_data (abfd)->pe_opthdr.FileAlignment; in rsrc_process_section() 4258 if (page_size == 0) in rsrc_process_section() 4259 page_size = 1; in rsrc_process_section() 4262 page_size = PE_DEF_FILE_ALIGNMENT; in rsrc_process_section() 4263 size = (size + page_size - 1) & - page_size; in rsrc_process_section()
|
D | pdp11.c | 588 adata(abfd)->page_size = TARGET_PAGE_SIZE; in NAME() 901 & (adata (abfd).page_size - 1)); in adjust_z_magic() 904 & (adata (abfd).page_size - 1)); in adjust_z_magic() 911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 954 adata(abfd).page_size); in adjust_z_magic()
|
D | xsym.c | 87 unsigned long page_size, in compute_offset() argument 91 unsigned long entries_per_page = page_size / entry_size; in compute_offset() 95 return (page_number * page_size) + page_offset; in compute_offset()
|
D | libaout.h | 387 unsigned long page_size; member
|
D | aoutx.h | 594 adata (abfd)->page_size = TARGET_PAGE_SIZE; in NAME() 991 & (adata (abfd).page_size - 1)); in adjust_z_magic() 994 & (adata (abfd).page_size - 1)); in adjust_z_magic() 1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1009 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1050 adata (abfd).page_size); in adjust_z_magic()
|
D | aout-tic30.c | 92 adata (abfd).page_size = TARGET_PAGE_SIZE; in tic30_aout_set_sizes()
|
D | bout.c | 171 adata (abfd).page_size = 1; /* Not applicable. */ in b_out_callback()
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | relro_test.cc | 73 const size_t page_size = getpagesize(); in t1() local 74 uintptr_t i1page = reinterpret_cast<uintptr_t>(i1addr) & ~ (page_size - 1); in t1() 75 uintptr_t i2page = reinterpret_cast<uintptr_t>(i2addr) & ~ (page_size - 1); in t1() 76 uintptr_t p1page = reinterpret_cast<uintptr_t>(p1addr) & ~ (page_size - 1); in t1() 77 uintptr_t p2page = reinterpret_cast<uintptr_t>(p2addr) & ~ (page_size - 1); in t1()
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | codesign.h | 57 unsigned char page_size[1]; member 73 unsigned char page_size; member
|
/toolchain/binutils/binutils-2.25/gold/ |
D | fileread.h | 396 static const off_t page_size = 8192; variable 401 { return file_offset & ~ (page_size - 1); } in page_offset() 406 { return (file_size + (page_size - 1)) & ~ (page_size - 1); } in pages()
|
D | fileread.cc | 642 unsigned char discard[File_read::page_size]; in do_readv() 727 if (j_end_off - end_off >= File_read::page_size) in read_multiple()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | physmem.c | 100 double pagesize = pss.page_size; in physmem_total() 206 double pagesize = pss.page_size; in physmem_available()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | host.h | 26 #define SEGMENT_SIZE page_size
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 1105 dst->page_size = src->page_size[0]; in swap_code_codedirectory_v1_in() 1171 printf (_(" page size: %02x\n"), cd.page_size); in dump_code_signature_codedirectory()
|
D | readelf.c | 14138 bfd_vma count, page_size; in print_core_note() local 14171 page_size = byte_get (descdata, addr_size); in print_core_note() 14181 print_vma (page_size, DEC); in print_core_note()
|