libdwarf.c (6cec9cad762b6476313fb1f8e931a1647822db6b) libdwarf.c (d133198b4b7cd74205157bacef0eeb5c17508491)
1/*-
2 * Copyright (c) 2009 Kai Wang
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

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

26
27#include "_libdwarf.h"
28
29ELFTC_VCSID("$Id: libdwarf.c 2070 2011-10-27 03:05:32Z jkoshy $");
30
31struct _libdwarf_globals _libdwarf = {
32 .errhand = NULL,
33 .errarg = NULL,
1/*-
2 * Copyright (c) 2009 Kai Wang
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

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

26
27#include "_libdwarf.h"
28
29ELFTC_VCSID("$Id: libdwarf.c 2070 2011-10-27 03:05:32Z jkoshy $");
30
31struct _libdwarf_globals _libdwarf = {
32 .errhand = NULL,
33 .errarg = NULL,
34 .applyrela = 1
34 .applyreloc = 1
35};
35};