/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 55 size_t sec_size = 0; local 105 sec_size = bfd_section_size(ibfd.abfd, note)/oct_per_byte; 107 sec_contents = (bfd_byte *) xmalloc(sec_size); 109 0, sec_size)) { 111 << sec_size << " returned an error" << endl; 115 notes_remaining = sec_size;
|
/external/grub/stage2/ |
boot.c | 658 int tab_size, sec_size; local 698 sec_size = shdr[i].sh_size; 700 if (! (memcheck (cur_addr, sec_size) 702 sec_size) 703 == sec_size))) 710 cur_addr += sec_size;
|
/external/linux-tools-perf/util/ |
header.c | 391 int sec_size; local 409 sec_size = sizeof(*feat_sec) * nr_sections; 412 lseek(fd, sec_start + sec_size, SEEK_SET); 444 err = do_write(fd, feat_sec, sec_size); 589 int sec_size; local 601 sec_size = sizeof(*feat_sec) * nr_sections; 605 if (perf_header__getbuffer64(header, fd, feat_sec, sec_size))
|
/bionic/libc/kernel/common/linux/ |
blkdev.h | 430 struct sec_size { struct
|
/external/kernel-headers/original/linux/ |
blkdev.h | 589 struct sec_size { struct
|