Home
last modified time | relevance | path

Searched refs:read_section (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c56 static void *read_section(struct section *s, size_t *size);
1034 src = read_section(s, &srcsz); in modify_section()
1135 read_section(struct section *s, size_t *size) in read_section() function