agent/src/os/bsd/symtab.h

changeset 4750
39432a1cefdd
parent 3156
f08d439fab8c
child 6876
710a3c8b516e
     1.1 --- a/agent/src/os/bsd/symtab.h	Wed Mar 13 17:34:29 2013 -0400
     1.2 +++ b/agent/src/os/bsd/symtab.h	Thu Mar 14 00:33:08 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -27,11 +27,11 @@
    1.11  
    1.12  #include <stdint.h>
    1.13  
    1.14 -// interface to manage ELF symbol tables
    1.15 +// interface to manage ELF or MachO symbol tables
    1.16  
    1.17  struct symtab;
    1.18  
    1.19 -// build symbol table for a given ELF file descriptor
    1.20 +// build symbol table for a given ELF or MachO file escriptor
    1.21  struct symtab* build_symtab(int fd);
    1.22  
    1.23  // destroy the symbol table

mercurial