OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cu_header
(Results
1 - 5
of
5
) sorted by null
/external/qemu/elff/
elf_file.h
446
*
cu_header
- Pointer to a compilation unit header to check.
452
bool is_valid_cu(const void*
cu_header
) const {
454
return is_valid_die_ptr(
cu_header
, sizeof(Dwarf64_CUHdr)) &&
455
reinterpret_cast<const Dwarf64_CUHdr*>(
cu_header
)->size_hdr.size != 0;
457
return is_valid_die_ptr(
cu_header
, sizeof(Dwarf32_CUHdr)) &&
458
reinterpret_cast<const Dwarf32_CUHdr*>(
cu_header
)->size_hdr.size != 0;
/ndk/sources/host-tools/ndk-stack/elff/
elf_file.h
446
*
cu_header
- Pointer to a compilation unit header to check.
452
bool is_valid_cu(const void*
cu_header
) const {
454
return is_valid_die_ptr(
cu_header
, sizeof(Dwarf64_CUHdr)) &&
455
reinterpret_cast<const Dwarf64_CUHdr*>(
cu_header
)->size_hdr.size != 0;
457
return is_valid_die_ptr(
cu_header
, sizeof(Dwarf32_CUHdr)) &&
458
reinterpret_cast<const Dwarf32_CUHdr*>(
cu_header
)->size_hdr.size != 0;
/external/elfutils/libdw/
dwarf_getaranges.c
200
const char *
cu_header
= (dbg->sectiondata[IDX_debug_info]->d_buf
local
203
if (read_4ubyte_unaligned_noncvt (
cu_header
) == DWARF3_LENGTH_64_BIT)
/external/qemu/slirp-android/
udp.c
449
struct
cu_header
{
struct
476
cu_head = mtod(m, struct
cu_header
*);
/external/qemu/slirp/
udp.c
424
struct
cu_header
{
struct
620
cu_head = mtod(m, struct
cu_header
*);
Completed in 986 milliseconds