Home | History | Annotate | Download | only in bfd

Lines Matching full:str_len

3909   unsigned int str_len;
3920 str_len = command->len - sizeof (raw);
3921 str = bfd_alloc (abfd, str_len);
3924 if (bfd_bread (str, str_len, abfd) != str_len)
4349 cmd->str_len = command->len - off;
4350 cmd->str = bfd_alloc (abfd, cmd->str_len);
4354 || bfd_bread ((void *) cmd->str, cmd->str_len, abfd) != cmd->str_len)