Home
last modified time | relevance | path

Searched refs:start_data (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dprctl.h99 __u64 start_data; member
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc674 const uint8_t* const start_data = reinterpret_cast<const uint8_t*>(annotation); in CreateAnnotationItem() local
675 const uint32_t offset = start_data - dex_file.DataBegin(); in CreateAnnotationItem()
688 annotation_item->SetSize(annotation_data - start_data); in CreateAnnotationItem()