Searched refs:pnote (Results 1 – 1 of 1) sorted by relevance
14135 print_core_note (Elf_Internal_Note *pnote) in print_core_note() argument14141 if (pnote->type != NT_FILE) in print_core_note()14153 if (pnote->descsz < 2 * addr_size) in print_core_note()14159 descdata = (unsigned char *) pnote->descdata; in print_core_note()14160 descend = descdata + pnote->descsz; in print_core_note()14162 if (descdata[pnote->descsz - 1] != '\0') in print_core_note()14174 if (pnote->descsz < 2 * addr_size + count * 3 * addr_size) in print_core_note()14244 print_gnu_note (Elf_Internal_Note *pnote) in print_gnu_note() argument14246 switch (pnote->type) in print_gnu_note()14253 for (i = 0; i < pnote->descsz; ++i) in print_gnu_note()[all …]