Home
last modified time | relevance | path

Searched refs:to_keep (Results 1 – 8 of 8) sorted by relevance

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest33-v0.cc21 to_keep::method1() in method1()
25 to_keep::method2() in method2()
33 bar(to_keep&) in bar() argument
Dtest33-v1.cc23 to_keep::method1() in method1()
27 to_keep::method2() in method2()
35 bar(to_keep&) in bar() argument
Dtest33-report-0.txt6 [C] 'function void bar(to_keep&)' has some indirect sub-type changes:
7 parameter 1 of type 'to_keep&' has sub-type changes:
8 in referenced type 'class to_keep':
Dtest33-v0.h1 class to_keep
7 void bar(to_keep&);
Dtest33-v1.h1 class to_keep
9 void bar(to_keep&);
/third_party/elfutils/src/
Dstrings.c542 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block_no_mmap() local
544 memmove (buf, buf + nb - to_keep, to_keep); in read_block_no_mmap()
545 ntrailer = to_keep; in read_block_no_mmap()
647 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block() local
649 assert (read_now >= to_keep); in read_block()
650 memmove (elfmap_base - to_keep, in read_block()
651 remap_base + read_now - to_keep, to_keep); in read_block()
667 process_chunk (fname, remap_base - to_keep, in read_block()
669 to_keep + (read_now & ~(bytes_per_char - 1)), in read_block()
/third_party/libabigail/tests/data/test-abidiff-exit/
Dtest2-filtered-removed-fns-v1.c4 to_keep() in to_keep() function
Dtest2-filtered-removed-fns-v0.c9 to_keep() in to_keep() function