Searched refs:stroffset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_ar.c | 292 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local 342 GET_LONG(p, stroffset); in _libelf_ar_process_bsd_symtab() 345 if (stroffset < 0 || fileoffset < 0 || in _libelf_ar_process_bsd_symtab() 349 s = s0 + stroffset; in _libelf_ar_process_bsd_symtab()
|
| /freebsd-12.1/contrib/dtc/libfdt/ |
| H A D | fdt_ro.c | 78 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() argument 80 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset; in fdt_string() 83 static int _fdt_string_eq(const void *fdt, int stroffset, in _fdt_string_eq() argument 86 const char *p = fdt_string(fdt, stroffset); in _fdt_string_eq()
|
| H A D | libfdt.h | 298 const char *fdt_string(const void *fdt, int stroffset);
|
| /freebsd-12.1/sys/contrib/libfdt/ |
| H A D | fdt_ro.c | 79 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() argument 81 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset; in fdt_string() 84 static int fdt_string_eq_(const void *fdt, int stroffset, in fdt_string_eq_() argument 87 const char *p = fdt_string(fdt, stroffset); in fdt_string_eq_()
|
| H A D | libfdt.h | 299 const char *fdt_string(const void *fdt, int stroffset);
|