Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_align.c109 if (asmscn->max_align < value) in asm_align()
111 asmscn->max_align = value; in asm_align()
118 if (asmscn->data.up->max_align < value) in asm_align()
119 asmscn->data.up->max_align = value; in asm_align()
Dasm_end.c102 offset = ((offset + asmsubscn->max_align - 1) in binary_end()
103 & ~(asmsubscn->max_align - 1)); in binary_end()
125 newdata->d_align = first ? asmsubscn->max_align : 1; in binary_end()
429 shdr->sh_addralign = asmscn->max_align; in binary_end()
Dasm_newsubscn.c84 newp->max_align = 1; in asm_newsubscn()
DlibasmP.h101 GElf_Word max_align; member
Dasm_newscn.c120 result->max_align = 1; in binary_newscn()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c5594 SizeT max_align = VKI_PAGE_SIZE; in mmapobj_process_phdrs() local
5669 if (phdr->p_align > max_align) { in mmapobj_process_phdrs()
5670 max_align = phdr->p_align; in mmapobj_process_phdrs()
5678 if ((max_align & (max_align - 1)) != 0) { in mmapobj_process_phdrs()
5681 "is not a power of 2 (%#lx)\n", max_align); in mmapobj_process_phdrs()
5684 vg_assert(max_align >= VKI_PAGE_SIZE); in mmapobj_process_phdrs()
5687 if (max_align > VKI_UINT_MAX) { in mmapobj_process_phdrs()
5690 "for 32-bit ELF is >32-bits (%#lx)\n", max_align); in mmapobj_process_phdrs()
5723 "align is %#lx\n", segments, span, max_align); in mmapobj_process_phdrs()
5729 MapRequest mreq = {MAlign, max_align, span}; in mmapobj_process_phdrs()
[all …]