Lines Matching defs:inbuf
459 Elf32_Sym inbuf[64];
495 if ((i = read(in, inbuf, (size_t)cur * sizeof(Elf32_Sym)))
509 inbuf[i].st_name = bswap32(inbuf[i].st_name);
510 inbuf[i].st_value = bswap32(inbuf[i].st_value);
511 inbuf[i].st_size = bswap32(inbuf[i].st_size);
512 inbuf[i].st_shndx = bswap16(inbuf[i].st_shndx);
517 len = strlen(oldstrings + inbuf[i].st_name) + 1 + 1;
533 strcpy(nsp + 1, oldstrings + inbuf[i].st_name);
537 type = ELF32_ST_TYPE(inbuf[i].st_info);
538 binding = ELF32_ST_BIND(inbuf[i].st_info);
545 outbuf[i].n_type = get_type(inbuf[i].st_shndx);
549 outbuf[i].n_value = inbuf[i].st_value;