Home
last modified time | relevance | path

Searched refs:page_size (Results 1 – 25 of 29) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dgen-aout.c32 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()
Dsparclynx.c198 adata (abfd).page_size = 0x2000; in sparclynx_set_sizes()
203 adata (abfd).page_size = 0x2000; in sparclynx_set_sizes()
Daout-adobe.c186 adata (abfd).page_size = 1; /* Not applicable. */ in aout_adobe_callback()
254 adata (abfd).page_size = 1; /* Not applicable. */ in aout_adobe_mkobject()
Daout-cris.c276 adata (abfd).page_size = TARGET_PAGE_SIZE; in MY()
Di386os9k.c109 adata (abfd).page_size = 1; /* Not applicable. */ in os9k_callback()
Daoutf1.h720 adata (abfd).page_size = 0x2000; in sunos4_set_sizes()
725 adata (abfd).page_size = 0x2000; in sunos4_set_sizes()
Dcoffcode.h3143 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()
Delfcode.h1755 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()
Dmach-o.h733 bfd_vma page_size; member
Daout-target.h252 adata(abfd).page_size = TARGET_PAGE_SIZE; in MY()
DpeXXigen.c4250 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()
Dpdp11.c588 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()
Dxsym.c87 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()
Dlibaout.h387 unsigned long page_size; member
Daoutx.h594 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()
Daout-tic30.c92 adata (abfd).page_size = TARGET_PAGE_SIZE; in tic30_aout_set_sizes()
Dbout.c171 adata (abfd).page_size = 1; /* Not applicable. */ in b_out_callback()
/toolchain/binutils/binutils-2.25/gold/testsuite/
Drelro_test.cc73 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/
Dcodesign.h57 unsigned char page_size[1]; member
73 unsigned char page_size; member
/toolchain/binutils/binutils-2.25/gold/
Dfileread.h396 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()
Dfileread.cc642 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/
Dphysmem.c100 double pagesize = pss.page_size; in physmem_total()
206 double pagesize = pss.page_size; in physmem_available()
/toolchain/binutils/binutils-2.25/include/aout/
Dhost.h26 #define SEGMENT_SIZE page_size
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1105 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()
Dreadelf.c14138 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()

12