Deleted Added
full compact
strings.c (309125) strings.c (317623)
1/*-
2 * Copyright (c) 2007 S.Sam Arun Raj
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

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

41#include <unistd.h>
42
43#include <libelf.h>
44#include <libelftc.h>
45#include <gelf.h>
46
47#include "_elftc.h"
48
1/*-
2 * Copyright (c) 2007 S.Sam Arun Raj
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

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

41#include <unistd.h>
42
43#include <libelf.h>
44#include <libelftc.h>
45#include <gelf.h>
46
47#include "_elftc.h"
48
49ELFTC_VCSID("$Id: strings.c 3446 2016-05-03 01:31:17Z emaste $");
49ELFTC_VCSID("$Id: strings.c 3498 2016-10-26 19:25:13Z emaste $");
50
51enum radix_style {
52 RADIX_DECIMAL,
53 RADIX_HEX,
54 RADIX_OCTAL
55};
56
57enum encoding_style {

--- 395 unchanged lines hidden ---
50
51enum radix_style {
52 RADIX_DECIMAL,
53 RADIX_HEX,
54 RADIX_OCTAL
55};
56
57enum encoding_style {

--- 395 unchanged lines hidden ---