Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 81) sorted by relevance

1234

/tools/objtool/
Dwarn.h23 static inline char *offstr(struct section *sec, unsigned long offset) in offstr()
53 #define WARN_FUNC(format, sec, offset, ...) \ argument
Delf.c77 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
89 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing()
101 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, in find_rela_by_dest_range()
118 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset) in find_rela_by_dest()
123 struct symbol *find_containing_func(struct section *sec, unsigned long offset) in find_containing_func()
/tools/power/acpi/os_specific/service_layers/
Dosunixmap.c100 acpi_physical_address offset; in acpi_os_map_memory() local
145 acpi_physical_address offset; in acpi_os_unmap_memory() local
/tools/testing/selftests/memfd/
Dfuse_mnt.c47 off_t offset, in memfd_readdir()
77 off_t offset, in memfd_read()
/tools/testing/nvdimm/test/
Diomap.c73 void __iomem *__nfit_test_ioremap(resource_size_t offset, unsigned long size, in __nfit_test_ioremap()
85 resource_size_t offset, unsigned long size) in __wrap_devm_ioremap_nocache()
96 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap()
110 resource_size_t offset = res->start; in __wrap_devm_memremap_pages() local
129 void *__wrap_memremap(resource_size_t offset, size_t size, in __wrap_memremap()
150 void __iomem *__wrap_ioremap_nocache(resource_size_t offset, unsigned long size) in __wrap_ioremap_nocache()
156 void __iomem *__wrap_ioremap_wc(resource_size_t offset, unsigned long size) in __wrap_ioremap_wc()
/tools/perf/ui/browsers/
Dheader.c18 unsigned long offset = (unsigned long)browser->priv; in ui_browser__argv_write() local
34 unsigned long offset; in list_menu__run() local
/tools/perf/util/
Dtrace-event-parse.c32 int *offset, int *size, const char *type) in get_common_field()
55 static int offset; in common_lock_depth() local
69 static int offset; in common_flags() local
83 static int offset; in common_pc() local
Dprobe-event.h26 unsigned long offset; /* Offset from symbol */ member
34 long offset; /* Offset value */ member
62 unsigned long offset; /* Offset from function entry */ member
102 int offset; /* Start line offset */ member
Ddso.c589 static struct dso_cache *dso_cache__find(struct dso *dso, u64 offset) in dso_cache__find()
621 u64 offset = new->offset; in dso_cache__insert() local
649 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
661 u64 offset, u8 *data, ssize_t size) in dso_cache__read()
718 u64 offset, u8 *data, ssize_t size) in dso_cache_read()
735 u64 offset, u8 *data, ssize_t size) in cached_read()
820 u64 offset, u8 *data, ssize_t size) in data_read_offset()
847 u64 offset, u8 *data, ssize_t size) in dso__data_read_offset()
869 u64 offset = map->map_ip(map, addr); in dso__data_read_addr() local
/tools/build/feature/
Dtest-dwarf_getlocations.c10 ptrdiff_t offset = 0; in main() local
/tools/testing/nvdimm/
Dpmem-dax.c22 resource_size_t offset = sector * 512 + pmem->data_offset; in pmem_direct_access() local
/tools/testing/radix-tree/
Dfind_next_bit.c21 unsigned long offset) in find_next_bit()
/tools/lib/lockdep/uinclude/linux/
Dkallsyms.h13 unsigned long *offset, in kallsyms_lookup()
/tools/perf/tests/
Dbpf-script-test-prologue.c21 unsigned long offset, unsigned long orig) in bpf_func__null_lseek()
/tools/lib/
Dfind_bit.c63 unsigned long offset) in find_next_bit()
/tools/testing/selftests/ia64/
Daliasing-test.c27 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem()
65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree()
/tools/testing/selftests/timers/
Dset-tai.c39 int set_tai(int offset) in set_tai()
/tools/firewire/
Ddecode-fcp.c48 int offset; /* Location of field, specified in bits; */ member
177 unsigned long long offset = in decode_fcp() local
/tools/objtool/arch/x86/
Ddecode.c44 unsigned long offset, unsigned int maxlen, in arch_decode_instruction()
/tools/testing/selftests/vm/
Duserfaultfd.c220 static int copy_page(unsigned long offset) in copy_page()
251 unsigned long offset; in uffd_poll_thread() local
301 unsigned long offset; in uffd_read_thread() local
Dmlock2.h31 unsigned long offset; in seek_to_smaps_entry() local
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c187 unsigned long long get_msr(int cpu, int offset) in get_msr()
212 unsigned long long put_msr(int cpu, unsigned long long new_msr, int offset) in put_msr()
/tools/virtio/linux/
Dscatterlist.h7 unsigned int offset; member
59 unsigned int len, unsigned int offset) in sg_set_page()
/tools/perf/ui/
Dbrowser.c90 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
125 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
354 off_t offset = nr_entries - browser->nr_entries; in ui_browser__update_nr_entries() local
375 off_t offset; in ui_browser__run() local
592 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek()
/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c14 unsigned long offset, size; in test_one() local

1234