Home
last modified time | relevance | path

Searched refs:pr_datasz (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property_test.cpp108 bool push(ElfW(Word) pr_type, ElfW(Word) pr_datasz, const T* pr_data) { in push() argument
110 const uintptr_t addition = align_up(pr_datasz, sizeof(ElfW(Addr))); in push()
118 prop->pr_datasz = pr_datasz; in push()
121 memcpy(&section[offset()], reinterpret_cast<const void*>(pr_data), pr_datasz); in push()
122 step(pr_datasz); in push()
124 memset(&section[offset()], 0xAA, addition - pr_datasz); in push()
125 step(addition - pr_datasz); in push()
Dlinker_note_gnu_property.cpp140 align_up(sizeof(ElfW(Prop)) + property->pr_datasz, sizeof(ElfW(Addr))); in Parse()
153 if (property->pr_datasz != 4) { in Parse()
157 name, 4, property->pr_datasz); in Parse()
171 property->pr_type, property->pr_datasz); in Parse()
Dlinker_note_gnu_property.h43 Elf32_Word pr_datasz; member
56 Elf64_Word pr_datasz; member