Searched refs:pr_datasz (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 108 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(§ion[offset()], reinterpret_cast<const void*>(pr_data), pr_datasz); in push() 122 step(pr_datasz); in push() 124 memset(§ion[offset()], 0xAA, addition - pr_datasz); in push() 125 step(addition - pr_datasz); in push()
|
D | linker_note_gnu_property.cpp | 140 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()
|
D | linker_note_gnu_property.h | 43 Elf32_Word pr_datasz; member 56 Elf64_Word pr_datasz; member
|