Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 31) sorted by relevance

12

/scripts/include/
A Dxalloc.h9 static inline void *xmalloc(size_t size) in xmalloc()
18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
27 static inline void *xrealloc(void *p, size_t size) in xrealloc()
A Dhashtable.h10 #define HASHTABLE_DECLARE(name, size) struct hlist_head name[size] argument
12 #define HASHTABLE_DEFINE(name, size) \ argument
/scripts/ipe/polgen/
A Dpolgen.c18 static int policy_to_buffer(const char *pathname, char **buffer, size_t *size) in policy_to_buffer()
62 static int write_boot_policy(const char *pathname, const char *buf, size_t size) in write_boot_policy()
/scripts/kconfig/
A Dlexer.l65 static void append_string(const char *str, int size) in append_string()
79 static void alloc_string(const char *str, int size) in alloc_string()
A Dsymbol.c742 int size; in sym_set_string_value() local
1009 int i, cnt, size; in sym_re_search() local
A Dconf.c78 static void xfgets(char *str, int size, FILE *in) in xfgets()
/scripts/
A Dsorttable.c314 static void *mmap_file(char const *fname, size_t *size) in mmap_file()
585 uint64_t size; member
596 static int add_field(uint64_t addr, uint64_t size) in add_field()
660 uint64_t size; in parse_symbols() local
693 static int fill_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in fill_relocs()
750 static void replace_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in replace_relocs()
788 static int fill_addrs(void *ptr, uint64_t size, void *addrs) in fill_addrs()
802 static void replace_addrs(void *ptr, uint64_t size, void *addrs) in replace_addrs()
820 uint64_t size = emloc->stop_mcount_loc - emloc->start_mcount_loc; in sort_mcount_loc() local
1376 size_t size = 0; in main() local
A Dinsert-sys-cert.c65 int size; member
201 static void *map_file(char *file_name, int *size) in map_file()
228 static char *read_file(char *file_name, int *size) in read_file()
A Dcheckkconfigsymbols.py260 def partition(lst, size): argument
A Drecordmcount.c151 static void * umalloc(size_t size) in umalloc()
A Dkallsyms.c522 unsigned int i, len, size; in compress_symbols() local
/scripts/dtc/
A Dfdtget.c32 int size; /* data size (1/2/4) */ member
55 int i, size; in show_data() local
A Dutil.c49 int n, size = 0; /* start with 128 bytes */ in xavsprintf_append() local
345 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
A Dfdtput.c26 int size; /* data size (1/2/4) */ member
A Ddata.c187 struct data data_append_re(struct data d, uint64_t address, uint64_t size) in data_append_re()
A Ddtc.h309 uint64_t address, size; member
/scripts/dtc/libfdt/
A Dfdt_addresses.c58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
A Dfdt.h33 fdt64_t size; member
A Dfdt.c58 uint32_t base, uint32_t size) in check_block_()
A Dfdt_sw.c188 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) in fdt_add_reservemap_entry()
A Dfdt_rw.c155 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv()
/scripts/genksyms/
A Dgenksyms.h75 #define xmalloc(size) ({ void *__ptr = malloc(size); \ argument
/scripts/mod/
A Dmodpost.h89 int size; member
139 size_t size; member
A Dmodpost.c378 static void *grab_file(const char *filename, size_t *size) in grab_file()
400 static void release_file(void *file, size_t size) in release_file()
682 unsigned long size = info->modinfo_len; in get_next_modinfo() local
1797 unsigned long size = mod->no_trim_symbol_len; in keep_no_trim_symbols() local
/scripts/gendwarfksyms/
A Dsymbols.c136 size_t size = 0; in symbol_read_exports() local

Completed in 33 milliseconds

12