Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c5631 #define ELF_PAGE_SIZE 0x1000 macro
19473 a_offset = addr & (ELF_PAGE_SIZE - 1); in tcc_output_file()
19474 p_offset = file_offset & (ELF_PAGE_SIZE - 1); in tcc_output_file()
19476 a_offset += ELF_PAGE_SIZE; in tcc_output_file()
19484 addr += (file_offset & (ELF_PAGE_SIZE - 1)); in tcc_output_file()
19502 ph->p_align = ELF_PAGE_SIZE; in tcc_output_file()
19572 if ((addr & (ELF_PAGE_SIZE - 1)) != 0) in tcc_output_file()
19573 addr += ELF_PAGE_SIZE; in tcc_output_file()
19575 addr = (addr + ELF_PAGE_SIZE - 1) & ~(ELF_PAGE_SIZE - 1); in tcc_output_file()
19576 file_offset = (file_offset + ELF_PAGE_SIZE - 1) & in tcc_output_file()
[all …]