Lines Matching defs:rodata
178 void *rodata;
193 void *rodata;
204 /* If it's not an .rodata map, don't bother. */
209 !strstr(map_info.name, ".rodata")) {
237 rodata = zalloc(map_info.value_size);
238 if (!rodata)
241 if (bpf_map_lookup_elem(map_fd, &key, rodata)) {
242 free(rodata);
249 map->rodata = rodata;
331 map->rodata + vsi->offset);
339 free(map->rodata);