Searched refs:namesz (Results 1 – 6 of 6) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | dso_test.cc | 102 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/ |
D | eblobjnote.c | 47 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()
|
D | libebl.h | 182 extern void ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name,
|
D | ChangeLog | 28 * libebl.h (ebl_object_note): Add new argument namesz.
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 210 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/ |
D | libkmod-module.c | 2022 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()
|