libelf_convert.m4 (d899be7d43d8df9cb485af5705e2724165a461c7) | libelf_convert.m4 (71a0c925ce76a304c25bf6d8d8035720f82941bd) |
---|---|
1/*- 2 * Copyright (c) 2006-2011 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 --- 18 unchanged lines hidden (view full) --- 27#include <sys/cdefs.h> 28 29#include <assert.h> 30#include <libelf.h> 31#include <string.h> 32 33#include "_libelf.h" 34 | 1/*- 2 * Copyright (c) 2006-2011 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 --- 18 unchanged lines hidden (view full) --- 27#include <sys/cdefs.h> 28 29#include <assert.h> 30#include <libelf.h> 31#include <string.h> 32 33#include "_libelf.h" 34 |
35ELFTC_VCSID("$Id: libelf_convert.m4 3009 2014-03-23 01:49:59Z jkoshy $"); | 35ELFTC_VCSID("$Id: libelf_convert.m4 3158 2015-02-15 21:42:07Z emaste $"); |
36 37/* WARNING: GENERATED FROM __file__. */ 38 39divert(-1) 40 41# Generate conversion routines for converting between in-memory and 42# file representations of Elf data structures. 43# --- 1046 unchanged lines hidden --- | 36 37/* WARNING: GENERATED FROM __file__. */ 38 39divert(-1) 40 41# Generate conversion routines for converting between in-memory and 42# file representations of Elf data structures. 43# --- 1046 unchanged lines hidden --- |