Home
last modified time | relevance | path

Searched refs:dyn_align (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dlink_map.c1056 size_t dyn_align = (elfclass == ELFCLASS32 in dwfl_link_map_report()
1059 if (((uintptr_t) in.d_buf & (dyn_align - 1)) != 0) in dwfl_link_map_report()
1052 size_t dyn_align = (elfclass == ELFCLASS32 dwfl_link_map_report() local
H A Ddwfl_segment_report_module.c849 size_t dyn_align = (is32 in dwfl_segment_report_module() local
852 if (((uintptr_t) dyn_data & (dyn_align - 1)) != 0) in dwfl_segment_report_module()

Completed in 4 milliseconds