Home
last modified time | relevance | path

Searched refs:sh_align (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libelf/
H A Delf32_updatenull.c214 ElfW2(LIBELFBITS,SizeWord) sh_align = shdr->sh_addralign ?: 1; in __elfw2()
215 if (unlikely (! powerof2 (sh_align))) in __elfw2()
274 sh_align = __libelf_type_align (ELFW(ELFCLASS,LIBELFBITS), in __elfw2()
276 update_if_changed (shdr->sh_addralign, sh_align, in __elfw2()
309 sh_align = MAX (sh_align, data->d_align); in __elfw2()
356 || unlikely ((shdr->sh_addralign ?: 1) < sh_align)) in __elfw2()
365 update_if_changed (shdr->sh_addralign, sh_align, in __elfw2()
368 size = (size + sh_align - 1) & ~(sh_align in __elfw2()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c355 uint64_t sh_align = MAX2(shdr->sh_addralign, 1); in ac_rtld_open() local
375 rx_align = align(rx_align, sh_align); in ac_rtld_open()
376 rx_size = align(rx_size, sh_align); in ac_rtld_open()
/third_party/elfutils/src/
H A Dunstrip.c2089 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
2090 offset = (offset + sh_align - 1) & -sh_align; in copy_elided_sections()
2087 GElf_Off sh_align = gelf_getclass (unstripped) * 4; copy_elided_sections() local

Completed in 7 milliseconds