Searched defs:fill_size (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 199 uptr fill_size = Min(size, (uptr)flags()->max_malloc_fill_size); in HwasanAllocate() local 314 uptr fill_size = in HwasanDeallocate() local
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-ieee.c | 123 unsigned int fill_size; local
|
H A D | tc-xtensa.c | 6215 get_text_align_nop_count (fill_size, use_no_density) in get_text_align_nop_count() argument 6242 get_text_align_nth_nop_size (fill_size, n, use_no_density) in get_text_align_nth_nop_size() argument 6278 size_t fill_size = 0; local 6959 size_t fill_size, nop_count; local
|
H A D | obj-coff.c | 2165 unsigned int fill_size; local
|
H A D | obj-vms.c | 4131 long fill_size, count, i; in synthesize_data_segment() local
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-ieee.c | 123 unsigned int fill_size; local
|
H A D | tc-xtensa.c | 7944 get_text_align_nop_count (offsetT fill_size, bfd_boolean use_no_density) in get_text_align_nop_count() 7970 get_text_align_nth_nop_size (offsetT fill_size, in get_text_align_nth_nop_size() 8016 int fill_size = 0; in get_noop_aligned_address() local 9020 offsetT fill_size; in convert_frag_align_next_opcode() local
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | write.c | 1116 addressT fill_size; in write_contents() local 1762 register long fill_size; in write_object_file() local
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | write.c | 1006 addressT fill_size; in write_contents() local
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | linker.c | 2616 size_t fill_size; in default_data_link_order() local
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | linker.c | 2661 size_t fill_size; in default_data_link_order() local
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 587 uptr fill_size = Min(size, (uptr)fl.max_malloc_fill_size); in Allocate() local
|