Searched refs:align_size (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-properties.c83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4; local
87 if (note->descsz < 8 || (note->descsz % align_size) != 0)
148 if (datasz != align_size)
190 ptr += (datasz + (align_size - 1)) & ~ (align_size - 1);
407 unsigned int align_size)
424 datasz = align_size;
429 size = (size + (align_size - 1)) & ~(align_size - 1);
440 unsigned int align_size)
406 elf_get_gnu_property_section_size(elf_property_list *list, unsigned int align_size) argument
438 elf_write_gnu_properties(bfd *abfd, bfd_byte *contents, elf_property_list *list, unsigned int size, unsigned int align_size) argument
598 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4; local
670 unsigned int align_size; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-properties.c83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4; local
87 if (note->descsz < 8 || (note->descsz % align_size) != 0)
148 if (datasz != align_size)
218 ptr += (datasz + (align_size - 1)) & ~ (align_size - 1);
506 unsigned int align_size)
523 datasz = align_size;
528 size = (size + (align_size - 1)) & ~(align_size - 1);
540 unsigned int align_size)
505 elf_get_gnu_property_section_size(elf_property_list *list, unsigned int align_size) argument
537 elf_write_gnu_properties(struct bfd_link_info *info, bfd *abfd, bfd_byte *contents, elf_property_list *list, unsigned int size, unsigned int align_size) argument
746 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4; local
849 unsigned int align_size; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-properties.c83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4; local
87 if (note->descsz < 8 || (note->descsz % align_size) != 0)
148 if (datasz != align_size)
218 ptr += (datasz + (align_size - 1)) & ~ (align_size - 1);
506 unsigned int align_size)
523 datasz = align_size;
528 size = (size + (align_size - 1)) & ~(align_size - 1);
540 unsigned int align_size)
505 elf_get_gnu_property_section_size(elf_property_list *list, unsigned int align_size) argument
537 elf_write_gnu_properties(struct bfd_link_info *info, bfd *abfd, bfd_byte *contents, elf_property_list *list, unsigned int size, unsigned int align_size) argument
746 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4; local
849 unsigned int align_size; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-properties.c83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4; local
87 if (note->descsz < 8 || (note->descsz % align_size) != 0)
148 if (datasz != align_size)
218 ptr += (datasz + (align_size - 1)) & ~ (align_size - 1);
506 unsigned int align_size)
523 datasz = align_size;
528 size = (size + (align_size - 1)) & ~(align_size - 1);
540 unsigned int align_size)
505 elf_get_gnu_property_section_size(elf_property_list *list, unsigned int align_size) argument
537 elf_write_gnu_properties(struct bfd_link_info *info, bfd *abfd, bfd_byte *contents, elf_property_list *list, unsigned int size, unsigned int align_size) argument
746 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4; local
849 unsigned int align_size; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dradiotap_iter.h21 const struct radiotap_align_size *align_size; member in struct:ieee80211_radiotap_namespace
H A Dradiotap.c49 .align_size = rtap_namespace_sizes,
273 align = iterator->current_namespace->align_size[iterator->_arg_index].align;
274 size = iterator->current_namespace->align_size[iterator->_arg_index].size;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracectf.c207 size_t size, size_t align_size)
210 = (align_up (handler->content_size, align_size)
205 ctf_save_align_write(struct trace_write_handler *handler, const gdb_byte *buf, size_t size, size_t align_size) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracectf.c207 size_t size, size_t align_size)
210 = (align_up (handler->content_size, align_size)
205 ctf_save_align_write(struct trace_write_handler *handler, const gdb_byte *buf, size_t size, size_t align_size) argument

Completed in 227 milliseconds