Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 794601
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/elflint.c
0
++ b/src/elflint.c
Lines 3434-3440 buffer_pos (Elf_Data *data, const unsigned char *p) Link Here
3434
  return p - (const unsigned char *) data->d_buf;
3434
  return p - (const unsigned char *) data->d_buf;
3435
}
3435
}
3436
3436
3437
inline size_t
3437
static inline size_t
3438
buffer_left (Elf_Data *data, const unsigned char *p)
3438
buffer_left (Elf_Data *data, const unsigned char *p)
3439
{
3439
{
3440
  return (const unsigned char *) data->d_buf + data->d_size - p;
3440
  return (const unsigned char *) data->d_buf + data->d_size - p;

Return to bug 794601