Home
last modified time | relevance | path

Searched refs:notice_listptr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
DChangeLog505 (attr_callback): Call notice_listptr for DW_AT_ranges. Handle
661 (notice_listptr): Take attr as argument and add it to listptr.
665 (attr_callback): Handle DW_AT_GNU_locviews. Call notice_listptr with
1571 * readelf.c (notice_listptr): Return false if offset doesn't fit
2161 (notice_listptr): Take CU as argument.
2166 (attr_callback): Pass cu not cu_base to notice_listptr.
2250 (notice_listptr): Take base argument and set it.
2254 (attr_callback): Call notice_listptr with cbargs->cu_base.
2711 (notice_listptr, skip_listptr_hole): New functions.
2713 (attr_callback): Call notice_listptr for loclistptr and rangelistptr.
[all …]
Dreadelf.c4868 notice_listptr (enum section_e section, struct listptr_table *table, in notice_listptr() function
7123 nlpt = notice_listptr (section_loc, &known_locsptr, in attr_callback()
7139 nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback()
7166 bool nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback()
7183 nlpt = notice_listptr (section_ranges, &known_rangelistptr, in attr_callback()
7194 nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback()
7220 bool nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback()
7235 bool addrbase = notice_listptr (section_addr, &known_addrbases, in attr_callback()
7250 bool stroffbase = notice_listptr (section_str, &known_stroffbases, in attr_callback()