Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Ddso_test.cc102 const size_t namesz = 4; in TEST() local
105 .n_namesz = namesz, in TEST()
110 const char note_name[namesz] = ELF_NOTE_GNU; in TEST()
/external/elfutils/libebl/
Deblobjnote.c47 ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name, uint32_t type, in ebl_object_note() argument
198 if (namesz < 2) in ebl_object_note()
250 size_t bytes = namesz - (value - name); in ebl_object_note()
Dlibebl.h182 extern void ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name,
DChangeLog28 * libebl.h (ebl_object_note): Add new argument namesz.
/external/e2fsprogs/lib/blkid/
Dprobe.c210 int namesz; in check_for_modules() local
220 namesz = strlen(fs_name); in check_for_modules()
233 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()
234 (!strcmp(cp + namesz, ".ko") || in check_for_modules()
235 !strcmp(cp + namesz, ".ko.gz"))) { in check_for_modules()
/external/kmod/libkmod/
Dlibkmod-module.c2022 size_t namesz; in kmod_module_get_sections() local
2046 namesz = strlen(dent->d_name) + 1; in kmod_module_get_sections()
2047 section = malloc(sizeof(*section) + namesz); in kmod_module_get_sections()
2055 memcpy(section->name, dent->d_name, namesz); in kmod_module_get_sections()