cregit-Linux how code gets into the kernel

Release 4.11 tools/build/feature/test-dwarf_getlocations.c

#include <stdlib.h>
#include <elfutils/libdw.h>


int main(void) { Dwarf_Addr base, start, end; Dwarf_Attribute attr; Dwarf_Op *op; size_t nops; ptrdiff_t offset = 0; return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); }

Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo56100.00%1100.00%
Total56100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo62100.00%1100.00%
Total62100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.