libelf_allocate.c (4484:7c56a6c9c265) libelf_allocate.c (4494:b7c909b5a5e9)
1/*-
2 * Copyright (c) 2006 Joseph Koshy
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27/*
28 * Internal APIs
29 */
30
1/*-
2 * Copyright (c) 2006 Joseph Koshy
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27/*
28 * Internal APIs
29 */
30
31#include <sys/errno.h>
31#include
32
33#include <assert.h>
34#include "libelf.h"
35#include <stdlib.h>
36#include <string.h>
37
38#include "_libelf.h"
39

--- 167 unchanged lines hidden ---
32
33#include <assert.h>
34#include "libelf.h"
35#include <stdlib.h>
36#include <string.h>
37
38#include "_libelf.h"
39

--- 167 unchanged lines hidden ---