OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_4_bytes
(Results
1 - 5
of
5
) sorted by null
/external/llvm/test/Instrumentation/AddressSanitizer/
freebsd.ll
11
define i32 @
read_4_bytes
(i32* %a) sanitize_address {
17
; CHECK-32: @
read_4_bytes
24
; CHECK-64: @
read_4_bytes
test64.ll
4
define i32 @
read_4_bytes
(i32* %a) sanitize_address {
9
; CHECK-LABEL: @
read_4_bytes
/external/llvm/test/Instrumentation/ThreadSanitizer/
no_sanitize_thread.ll
7
define i32 @
read_4_bytes
(i32* %a) {
13
; CHECK: define i32 @
read_4_bytes
(i32* %a) {
tsan_basic.ll
6
define i32 @
read_4_bytes
(i32* %a) sanitize_thread {
14
; CHECK: define i32 @
read_4_bytes
(i32* %a)
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
581
read_4_bytes
(bfd *abfd, bfd_byte *buf)
function
630
offset =
read_4_bytes
(unit->abfd, buf);
661
offset =
read_4_bytes
(unit->abfd, buf);
945
attr->u.val =
read_4_bytes
(unit->abfd, info_ptr);
959
attr->u.val =
read_4_bytes
(unit->abfd, info_ptr);
980
blk->size =
read_4_bytes
(abfd, info_ptr);
991
attr->u.val =
read_4_bytes
(abfd, info_ptr);
1061
attr->u.val =
read_4_bytes
(abfd, info_ptr);
[
all
...]
Completed in 94 milliseconds