HomeSort by relevance Sort by last modified time
    Searched refs:other_header (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wificond/net/
nl80211_attribute.cpp 106 auto other_header = local
108 int other_len_without_padding = other_header->nla_len;
119 reinterpret_cast<const uint8_t*>(other_header) + NLA_HDRLEN,
120 reinterpret_cast<const uint8_t*>(other_header) +
  /bionic/tools/relocation_packer/src/
elf_file.cc 334 typename ELF::Phdr* other_header = &program_headers[i]; local
335 if (other_header->p_type == PT_LOAD && other_header != program_header) {
336 program_header->p_align = other_header->p_align;
    [all...]

Completed in 85 milliseconds