Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/perf/util/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 737 B image not shown  

Quelle  map_symbol.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0
#include "map_symbol.h"
#include "maps.h"
#include "map.h"

void map_symbol__exit(struct map_symbol *ms)
{
 maps__zput(ms->maps);
 map__zput(ms->map);
}

void addr_map_symbol__exit(struct addr_map_symbol *ams)
{
 map_symbol__exit(&ams->ms);
}

void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src)
{
 dst->maps = maps__get(src->maps);
 dst->map = map__get(src->map);
 dst->sym = src->sym;
}

void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src)
{
 map_symbol__copy(&dst->ms, &src->ms);

 dst->addr = src->addr;
 dst->al_addr = src->al_addr;
 dst->al_level = src->al_level;
 dst->phys_addr = src->phys_addr;
 dst->data_page_size = src->data_page_size;
}

Messung V0.5
C=94 H=95 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.